packcc

Parser generator for C that creates PEG parsers from grammar files

brewmacoslinux
Try with needOr install directly
Source

About

Parser generator for C

Commands

packcc

Examples

Generate a C parser from a PEG grammar file$ packcc grammar.peg
Generate parser with custom output filename$ packcc -o myparser.c grammar.peg
View available options and help information$ packcc -h