py-simple-math-interpreter icon indicating copy to clipboard operation
py-simple-math-interpreter copied to clipboard

An interpreter that can evaluate simple calculations to understand how computers process human-readable text

Results 2 py-simple-math-interpreter issues
Sort by recently updated
recently updated
newest added

You had forgot to add the "visit_MinusNode" and the "visit_PlusNode" in the interpreter file.