Jump to letter: [
CEHIJMNOPRSW
]
javacc: Java Compiler Compiler
- Summary
- Java Compiler Compiler (JavaCC) is the most popular parser generator
for use with Java applications. A parser generator is a tool that reads
a grammar specification and converts it to a Java program that can
recognize matches to the grammar. In addition to the parser generator
itself, JavaCC provides other standard capabilities related to parser
generation such as tree building (via a tool called JJTree included with
JavaCC), actions, debugging, etc.
Caution, this package doesn't contain any non-distributable sources. You
have to download them and rebuild before use.
Changelog
- * Thu Jul 10 14:00:00 2003 Paul Nasrat <pauln at truemesh.com> - 0:3.1-1jpp
-
- Update to 3.1
- * Sun May 11 14:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:3.0-1jpp
-
- Update to 3.0.
- Drop backwards compatibility cruft, this javacc isn't backwards compatible.
- * Thu Mar 27 13:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.1-7jpp
-
- Fixed scripts to work w/ jpackage-utils 1.5.