Alex Bethel
|
e45df2efe7
|
Add --debug option for printing AST
|
2021-06-16 10:29:27 -05:00 |
|
Alex Bethel
|
151564b718
|
Better error messages, remove debug AST printing
|
2021-06-16 10:25:55 -05:00 |
|
Alex Bethel
|
39c5709db7
|
Better error handling in REPL
We have much better spanned expression support, so now we get to show
it off!
|
2021-06-07 20:08:38 -05:00 |
|
Alex Bethel
|
3bca3f88a6
|
Repair interpreter after parser changes
|
2021-06-07 16:20:20 -05:00 |
|
Erin
|
beffef80c6
|
Changed position terminology
|
2021-06-07 21:28:24 +02:00 |
|
Alex Bethel
|
08b4fff20d
|
Correct spelling of "occurred"
|
2021-06-05 08:50:20 -05:00 |
|
Alex Bethel
|
2cb915dd24
|
Prettier error handling
|
2021-06-04 18:56:26 -05:00 |
|
Alexander Bethel
|
e7560f9364
|
Better abstractions, implement scoping rules
|
2021-05-25 13:26:01 -05:00 |
|
Alexander Bethel
|
e31b8fb00d
|
Implement basic interpreter
Added code for interpreting parsed AbleScript expressions and
statements, and hooked it up to the REPL.
|
2021-05-20 18:18:01 -05:00 |
|
Erin
|
4a9b656093
|
Parser implements examples
- Function call is now stmt (muhehe)
|
2021-05-02 15:43:25 +02:00 |
|
Erin
|
d7cf1b013d
|
Divided token types
- Item = Expr | Stmt
- Added REPL (AST dump)
- Removed operator parsing because it was horrible and I need to redo it
|
2021-05-01 13:44:58 +02:00 |
|