Add for loops to javascript grammar
This commit is contained in:
parent
5deeebc38c
commit
2e11f60710
4 changed files with 3934 additions and 2734 deletions
|
|
@ -8,7 +8,7 @@ if (*nonsense*) {
|
|||
moreStuff();
|
||||
---
|
||||
(program
|
||||
(statement (function_call (identifier)))
|
||||
(expression_statement (function_call (identifier)))
|
||||
(if_statement (ERROR)
|
||||
(statement_block (ERROR)))
|
||||
(statement (function_call (identifier))))
|
||||
(expression_statement (function_call (identifier))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue