glm94
|
c75905d13c
|
Updated the tokenizer to include a method to replace variable tokens with the values provided in a list.
|
2020-04-13 09:10:14 -05:00 |
|
glm94
|
9cf6952eb8
|
Fixed addition and subraction bug in the calc_engine.
|
2020-04-10 14:34:37 -05:00 |
|
glm94
|
ee9ba528c6
|
Fixed a bug in the tokenizer to make sure it reverses the list before returning. Fixed up the calc engine, however addition/subtraction bugs still exist.
|
2020-04-08 15:05:34 -05:00 |
|
glm94
|
c42c8471c0
|
Finished porting the calc engine from C# to Python.
|
2020-04-08 12:29:26 -05:00 |
|
glm94
|
528098d913
|
Updated exceptions to be more fitting, fixed a parse bug in the tokenizer and added the start of the calc engine.
|
2020-04-08 00:08:20 -05:00 |
|