blob: 0e45e23d58752174847cfaa0c516d1185b134c47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
JavaCC is a compiler compiler for Java. It is similar to lex/yacc.
Your output is a set of Java classes that can parse data defined
by your grammar.
This includes JJTree, a preprocessor that greatly simplifies the
construction of abstract syntax trees. Also included is JJDoc, a
tool that can generate documentation for your grammar.
WWW: https://javacc.dev.java.net/
- Andy Gerweck
gerweck@yahoo.com
|