peg

PEG parser generator for pattern matching and text parsing

brewmacoslinux
Try with needOr install directly
Source

About

Program to perform pattern matching on text

Commands

peg

Examples

Generate a parser from a PEG grammar file$ peg grammar.peg -o parser.c
Parse input text using a PEG grammar with verbose output$ peg -v grammar.peg < input.txt
Display PEG grammar syntax help and version$ peg -h