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 |
|