Fixing lots of stuff. pretty printer. saving to localStorage again. store stuff. can't remember now

This commit is contained in:
Dustin Swan 2026-02-11 16:57:51 -07:00
parent 01d8a6d67c
commit b1696499e5
No known key found for this signature in database
GPG key ID: 30D46587E2100467
9 changed files with 300 additions and 102 deletions

View file

@ -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();