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

Require semicolon to separate case/if branches in JuvixAsm syntax #2574

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

lukaszcz
Copy link
Collaborator

This makes the syntax more uniform. It was especially confusing with nested branching, where some closing braces had to and others couldn't be followed by a semicolon. Now all have to be followed by a semicolon (except function ending braces).

@lukaszcz lukaszcz added this to the 0.5.6 milestone Jan 10, 2024
@lukaszcz lukaszcz self-assigned this Jan 10, 2024
@paulcadman paulcadman merged commit 8e5f45f into main Jan 11, 2024
4 checks passed
@paulcadman paulcadman deleted the asm-semicolon branch January 11, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants