Testing pratt parser

@Mark Mark authored on 24 Sep 2020
.gitignore Added .gitignore 4 years ago
lex.js Fixes, more keywords, and statements may or may not end in semicolons depending on the statement 4 years ago
parse.js Some changes to how we report errors, we should track whether we were expecting to get the given sub-expression or not (for instance, if we've already parsed the 'if' part of an if statement) 4 years ago
test.js Blocks of statements 4 years ago
utils.js Make it professional 4 years ago