Revised the Factor object.

This commit is contained in:
2020-04-13 01:17:39 -05:00
parent d1231b062f
commit 39c94aafa9
2 changed files with 12 additions and 26 deletions
+3
View File
@@ -20,3 +20,6 @@ with open("expression.json", "r") as f:
for t in tokens:
print("%s (%s) " %(t.value, token.TokenType.get_token_type_name(t.type)), end = "")
print()
def factors(factor_object, starting_point, variable_type)