yacc

Generate an LALR parser (in C) with a formal grammar specification file. See also: bison. More information: https://manned.org/man/yacc.1p.

yacc -d path/to/grammar_file.y

yacc -d path/to/grammar_file.y -v

yacc -d path/to/grammar_file.y -v -b prefix