2020-09-24
@Mark
Wait and while statements
Mark committed on 24 Sep 2020
@Mark
A little cleanup
Mark committed on 24 Sep 2020
@Mark
Finish the on event handler
Mark committed on 24 Sep 2020
@Mark
Work on the event statement
Mark committed on 24 Sep 2020
@Mark
Fix some bugs with parsing larger tokens, and add a for and map statement, and better error printing
Mark committed on 24 Sep 2020
@Mark
Support operators larger than 1 character, like .. the range operator (a little clunky) ...
Mark committed on 24 Sep 2020
@Mark
Fix up some of the error reporting stuff
Mark committed on 24 Sep 2020
@Mark
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)
Mark committed on 24 Sep 2020
@Mark
Fixes, more keywords, and statements may or may not end in semicolons depending on the statement
Mark committed on 24 Sep 2020
@Mark
Blocks of statements
Mark committed on 24 Sep 2020
@Mark
Add ternary
Mark committed on 24 Sep 2020
@Mark
Fixed bugs in the new class-based/non-throwing approach
Mark committed on 24 Sep 2020
2020-09-23
@Mark
Continuing making better structure
Mark committed on 23 Sep 2020
@Mark
Make it professional
Mark committed on 23 Sep 2020
2020-09-22
@Mark
Better errors
Mark committed on 22 Sep 2020
@Mark
Fixes to token position tracking
Mark committed on 22 Sep 2020
@Mark
Track the token index in the original string
Mark committed on 22 Sep 2020
@Mark
Added .gitignore
Mark committed on 22 Sep 2020
@Mark
Parser pretty much complete, and pretty
Mark committed on 22 Sep 2020
2020-09-21
@Mark
Parsing pretty much working
Mark committed on 21 Sep 2020