@@ -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)
The note is not visible to the blocked user.