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

objects implementation #3

Closed
2 tasks done
Tracked by #4
michal-kapala opened this issue Jul 3, 2023 · 0 comments
Closed
2 tasks done
Tracked by #4

objects implementation #3

michal-kapala opened this issue Jul 3, 2023 · 0 comments
Assignees
Labels
core Core feature interpreter Related to interpreter module lexer Related to lexer module parser Related to parser module

Comments

@michal-kapala
Copy link
Owner

michal-kapala commented Jul 3, 2023

Support for dictionaries, arrays and member-access operators:

@michal-kapala michal-kapala added core Core feature lexer Related to lexer module parser Related to parser module interpreter Related to interpreter module labels Jul 3, 2023
@michal-kapala michal-kapala added this to the Package release milestone Dec 5, 2023
@michal-kapala michal-kapala self-assigned this Dec 8, 2023
michal-kapala added a commit that referenced this issue Dec 8, 2023
+ array literals parsed and evaluated
+ objects removed
+ basic implementation for array member expression evaluation
+ null values mutation to be added as an index-out-of-bounds side-effect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core feature interpreter Related to interpreter module lexer Related to lexer module parser Related to parser module
Projects
Status: Done
Development

No branches or pull requests

1 participant