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

Compiler: basic switch-case support #74

Closed
Tracked by #61
ForNeVeR opened this issue Jan 16, 2022 · 1 comment · Fixed by #316
Closed
Tracked by #61

Compiler: basic switch-case support #74

ForNeVeR opened this issue Jan 16, 2022 · 1 comment · Fixed by #316
Assignees
Labels
area:compiler Related to code compilation or type checking kind:feature New feature or request

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Jan 16, 2022

The title is self-explanatory: we should support simple switch-case over numeric data. No fancy stuff (like jumping between cases or in the middle of a loop) is required, yet.

@ForNeVeR ForNeVeR changed the title Compiler: switch-case support Compiler: basic switch-case support Jan 16, 2022
@ForNeVeR ForNeVeR added area:compiler Related to code compilation or type checking kind:feature New feature or request status:help-wanted Open for contributors labels Jan 16, 2022
@gsomix
Copy link
Contributor

gsomix commented Jul 20, 2022

I'm on it.

gsomix added a commit to gsomix/Cesium that referenced this issue Jul 21, 2022
@ForNeVeR ForNeVeR self-assigned this Aug 14, 2022
@ForNeVeR ForNeVeR removed the status:help-wanted Open for contributors label Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:compiler Related to code compilation or type checking kind:feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants