Add error recovery to javascript if statements
This commit is contained in:
parent
6d84e71ceb
commit
2226234924
4 changed files with 823 additions and 785 deletions
|
|
@ -18,8 +18,7 @@ if (isReady()) {
|
|||
}
|
||||
---
|
||||
(program
|
||||
(if_statement
|
||||
(function_call (identifier))
|
||||
(if_statement (function_call (identifier))
|
||||
(statement_block (statement (function_call (property_access (identifier) (identifier)) (identifier))))))
|
||||
|
||||
==========================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue