An implemention of Parse Tree for a Parser in C
First, download the dependencies:
./download_dependencies.sh
Then, to build the static library, run the following commands from the terminal:
mkdir build ; cd build && cmake .. && make ; cd ..
This will build libParseTree.a
in ./lib
directory.
See include/ParseTree.h
for information about functionality provided by this module