1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/ebnf2yacc/pkg-descr

6 lines
268 B
Plaintext
Raw Normal View History

2001-07-02 17:33:46 +00:00
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/