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

Todo list #1

Open
21 of 23 tasks
xal-0 opened this issue Feb 25, 2021 · 0 comments
Open
21 of 23 tasks

Todo list #1

xal-0 opened this issue Feb 25, 2021 · 0 comments

Comments

@xal-0
Copy link
Owner

xal-0 commented Feb 25, 2021

Here's a list of things that need to be done on the interpreter:

  • Statements
    • Expression statements
    • Assignment statements (right now they assign to a variable, but they need to be changed to assign to an lvalue)
    • Returns statements
    • While statements
    • For statements
  • Expressions
    • Variable references
    • Functions
    • Calls
    • Arithmetic (addition is in, need to add the other operations)
    • If/if else/else expressions
    • String literals
    • Arrays literals
    • Dictionary literals
    • True/false/null
    • Array access
    • Dictionary lookup
    • Boolean not, negation
  • Types & Built-ins
    • Numbers
    • Bools
    • Strings
    • Arrays
    • Dictionaries
    • Print
@xal-0 xal-0 changed the title AST and Parsing Todo list Feb 25, 2021
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

No branches or pull requests

1 participant