parser
parser copied to clipboard
A simple parser for mathematical expressions.
Results
3
parser issues
Sort by
recently updated
recently updated
newest added
Can't solve unary a.k.a. prefix operators. `python compute.py "-1"` Is just sending an error.
Just adds the modulo operator.