freebsd-ports/devel/ebnf2yacc/pkg-descr

5 lines
269 B
Text

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.
WWW: https://sourceforge.net/projects/ebnf2yacc/