Add error recovery in function calls to javascript gramamr
This commit is contained in:
parent
68c26a06b1
commit
61692c8bb1
3 changed files with 5919 additions and 5729 deletions
|
|
@ -1,3 +1,10 @@
|
|||
==========================================
|
||||
recovers from errors in function calls
|
||||
==========================================
|
||||
stuff(|||);
|
||||
---
|
||||
(program (expression_statement (function_call (identifier) (ERROR))))
|
||||
|
||||
==========================================
|
||||
recovers from errors in if statements
|
||||
==========================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue