Add error recovery in function calls to javascript gramamr

This commit is contained in:
Max Brunsfeld 2014-04-24 13:22:54 -07:00
parent 68c26a06b1
commit 61692c8bb1
3 changed files with 5919 additions and 5729 deletions

View file

@ -1,3 +1,10 @@
==========================================
recovers from errors in function calls
==========================================
stuff(|||);
---
(program (expression_statement (function_call (identifier) (ERROR))))
==========================================
recovers from errors in if statements
==========================================