Project with simple parsing algorithms:
- Unger parser
Build the program with cmake
in build directory and then make executable with make
$ cd build
$ cmake ..
$ make
After calling the executable, it will ask you to input the expression in the stdin
and then print the concrete syntax tree or Not parsable by given grammar
to the stdout
$ cd build
$ ./parsing
$ expr> 1+1