A basic Bison boilerplate.
A basic bison boilerplate.
make # or make build
Via shell script:
sh run.sh samples/sample.txt
Directly:
./bin/parser samples/sample.txt
make clean
This project is licensed under the MIT License - see the LICENSE.md file for details.