Alexander Bethel
|
669f379700
|
Better abstractions, implement scoping rules
|
2021-05-25 13:26:01 -05:00 |
|
Alexander Bethel
|
eccc00ff81
|
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
|
c90d242b0f
|
Parser implements examples
- Function call is now stmt (muhehe)
|
2021-05-02 15:43:25 +02:00 |
|
Erin
|
3794fd3c8f
|
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 |
|