Merged the factoring engine into the project. Un-sure if this object approach will work however. Most likely will need to be redesigned in the future.

This commit is contained in:
2020-04-10 16:09:42 -05:00
parent 9cf6952eb8
commit 4386b1af99
2 changed files with 85 additions and 1 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ results = calc_engine.calculate_results(tokens)
print(results)
#for t in tokens:
# print("%s (%s) " %(t.value, token.TokenType.get_operator_name(t.type)), end = "")
# print("%s (%s) " %(t.value, token.TokenType.get_token_type_name(t.type)), end = "")
#print()