Parser generator that converts grammar rules into C/C++ code
Parser generator
bison
$ bison input.y
$ bison -v input.y
$ bison -o parser.c input.y