Remove extra EOF actions in lexer
This commit is contained in:
parent
32e94081fa
commit
129d2b9314
7 changed files with 1045 additions and 1153 deletions
|
|
@ -2,7 +2,7 @@
|
|||
parses multiple statements
|
||||
==========================================
|
||||
var x = {}
|
||||
firstFunction(x);
|
||||
firstFunction(x)
|
||||
secondFunction(x);
|
||||
---
|
||||
(program
|
||||
|
|
@ -14,7 +14,7 @@ secondFunction(x);
|
|||
parses if statements
|
||||
==========================================
|
||||
if (isReady()) {
|
||||
console.log(theData);
|
||||
console.log(theData)
|
||||
}
|
||||
---
|
||||
(program
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue