Fixing lots of stuff. pretty printer. saving to localStorage again. store stuff. can't remember now
This commit is contained in:
parent
01d8a6d67c
commit
b1696499e5
9 changed files with 300 additions and 102 deletions
|
|
@ -337,7 +337,7 @@ export class Parser {
|
|||
}
|
||||
|
||||
this.expect('equals');
|
||||
const value = this.parseExpressionNoMatch();
|
||||
const value = this.parseExpression();
|
||||
this.expect('semicolon');
|
||||
const body = this.parseExpressionNoMatch();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue