EBNF to YACC
ebnf2yacc is a tool to help write yacc parsers/compilers. It takes as input a grammar written in ebnf, and outputs a c++ abstract syntax tree that supports the visitor pattern, along with a yacc file to build the tree.
$
pkg install ebnf2yaccOrigin
devel/ebnf2yacc
Size
84.4KiB
License
not specified
Maintainer
ports@FreeBSD.org
Dependencies
0 packages
Required by
0 packages