yacc / byacc

yacc / byacc#

LALR(1) parser generator.

$ yacc -d grammar.y
$ byacc -o parser.c -d grammar.y