Arithmetic parser written in C++11. This is a project of an arithmetic parser that accepts positive numbers with one single digit and the basic operators as "+", "-", "*", "/", "(" and ")".
make
./interpreter [-v]
-v Display the expression AST tree.
make test