glm94
|
503b16ec65
|
Cleaned up the AST code and updated the calc_engine code.
|
2020-07-01 21:40:18 -05:00 |
|
glm94
|
fcd0076891
|
Updated the tokenizer to use a deque object instead of a list. The old calc_engine should still work, not tested. New parser code works with this change.
|
2020-07-01 19:28:09 -05:00 |
|
glm94
|
212f3bfaf4
|
Added a new way to represent the tokens, an abstract syntax tree. First working version.
|
2020-07-01 19:19:32 -05:00 |
|