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