A simple parser as a final task of Automata Theory and Languages at Telkom University.
- Clone this repository.
- Compile with C++11 e.g.
g++ parser.cpp -std=c++11
. - Run the program and input your arithmetic expression.
Currently, this program is on the first phase.
Licensed under The MIT License.