aboutsummaryrefslogtreecommitdiff
path: root/devel/ebnf2yacc/pkg-descr
blob: 9b770fcdf6d2c30f14331e19f7e9c10ef6580686 (plain) (blame)
1
2
3
4
5
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/