Generate C parser given a grammar in BNF notation
The BNF parser generator takes a syntax not unlike BNF and generates a "C" parser for it, a parser that can parse either strings or files. This is a flexible tool, meant for smaller parsing tasks where bison+flex are just too big to use.
$
pkg install bnfOrigin
devel/bnf
Size
88.8KiB
License
GPLv2
Maintainer
bofh@FreeBSD.org
Dependencies
1 packages
Required by
0 packages