Add for loops to javascript grammar

This commit is contained in:
Max Brunsfeld 2014-03-28 12:59:47 -07:00
parent 5deeebc38c
commit 2e11f60710
4 changed files with 3934 additions and 2734 deletions

View file

@ -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))))