#Arithmetic expression recursive-descent parser How to use parser.py "5+4*(6-3)" ##Supported operations '+' '-' '*' '/' License MIT