byacc

LALR parser generator compatible with yacc, producing faster parsers

brewmacoslinux
Try with needOr install directly
Source

About

(Arguably) the best yacc variant

Commands

byacc

Examples

Generate a parser from a grammar file$ byacc -o parser.c grammar.y
Create parser with verbose output showing conflicts$ byacc -v grammar.y
Generate pure ANSI C parser without default actions$ byacc -P grammar.y