-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support all JavaScript statements #10
Milestone
Comments
mkshiblu
changed the title
Support full JavaScript statments
Support all JavaScript statements
Aug 7, 2020
mkshiblu
pushed a commit
that referenced
this issue
Nov 25, 2020
mkshiblu
pushed a commit
that referenced
this issue
Nov 26, 2020
mkshiblu
added a commit
that referenced
this issue
Nov 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #6, we just supported a small but most relevant portion of statements such as FunctionDeclarations, IfStatements, etc. for prototyping. We should support parsing and loading of other statements such as While, ForLoop, etc. as we go along.
The text was updated successfully, but these errors were encountered: