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

Adds let statements to AST #12

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Adds let statements to AST #12

merged 1 commit into from
Feb 1, 2024

Conversation

abasnfarah
Copy link
Owner

Adds let statements to AST

Changes

  • Creates Let statements type that implements the Statement interface

  • Creates identifier expression type that implements the Expression interface

Both implement the program interface


Author/Contributor

[@abasnfarah ]

@abasnfarah abasnfarah added the enhancement New feature or request label Feb 1, 2024
@abasnfarah abasnfarah added this to the AST milestone Feb 1, 2024
@abasnfarah abasnfarah self-assigned this Feb 1, 2024
@abasnfarah abasnfarah merged commit 4dd96de into main Feb 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant