aboutsummaryrefslogblamecommitdiff
path: root/devel/ebnf2yacc/pkg-descr
blob: ca30e01434e88cf0f2f74340568e5e830eafb707 (plain) (tree)
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: http://sourceforge.net/projects/ebnf2yacc/