aboutsummaryrefslogtreecommitdiff
path: root/devel/ebnf2yacc/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-02 17:33:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-02 17:33:46 +0000
commitb7f10e8777ef7d8d2ba2c023ef29f6f14f3a8cb5 (patch)
tree87411ef8e60674a15d44b1de140bd65a8324359b /devel/ebnf2yacc/pkg-descr
parentbf8c6536778ff0aabdc47317e4aa90fd4d293c39 (diff)
downloadports-b7f10e8777ef7d8d2ba2c023ef29f6f14f3a8cb5.tar.gz
ports-b7f10e8777ef7d8d2ba2c023ef29f6f14f3a8cb5.zip
Notes
Diffstat (limited to 'devel/ebnf2yacc/pkg-descr')
-rw-r--r--devel/ebnf2yacc/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/ebnf2yacc/pkg-descr b/devel/ebnf2yacc/pkg-descr
new file mode 100644
index 000000000000..ca30e01434e8
--- /dev/null
+++ b/devel/ebnf2yacc/pkg-descr
@@ -0,0 +1,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/