Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add desugaring of match statements (without pattern matching) #98

Closed
JSAbrahams opened this issue May 14, 2019 · 0 comments · Fixed by #133
Closed

Add desugaring of match statements (without pattern matching) #98

JSAbrahams opened this issue May 14, 2019 · 0 comments · Fixed by #133

Comments

@JSAbrahams
Copy link
Owner

Current Issue

Match statements aren't desugared.

Description of the feature

Match statements should be desugared into something that looks like a switch.

Description of potential solution

match should be desugared into dictionary lookups, or something similar.

Additional context

We still don't have pattern matching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant