-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds productions for most of the remaining syntax.
- throw, instanceof, regular expressions, switch statements - 'in' operator is present but commented out due to shift/reduce conflicts. Many of the productions will need a -NoIn doppelgänger to differentiate from the for-in form. - Named function expressions are currently a syntax error. This will also need to be fixed.
- Loading branch information
1 parent
71a8f3e
commit d970cce
Showing
7 changed files
with
196 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.