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

Allow colon in ASM symbols #439

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Conversation

netalondon
Copy link
Collaborator

Fixes #434

@@ -5,6 +5,9 @@ ASM <: Base {
instruction = label|aInstruction|cInstruction
intermediateInstruction = instruction space+

colon = ":"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this go in base.ohm with the other character names?

@netalondon netalondon force-pushed the bug/asm-symbols branch 2 times, most recently from e988ba9 to 189947f Compare September 8, 2024 05:55
@DavidSouther DavidSouther merged commit eb30f71 into nand2tetris:main Sep 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Symbol error
2 participants