py-simple-math-interpreter
py-simple-math-interpreter copied to clipboard
Forgot to add two functions.
You had forgot to add the "visit_MinusNode" and the "visit_PlusNode" in the interpreter file.
Thanks for putting this, @Ungedummt
For me, it gives me an error saying init() missing 1 required positional argument: 'value'
I forked this project. You can find it here.