Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
javacc: A parser/scanner generator for java
- 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.
Changelog
- * Thu Mar 15 00:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Fri Aug 11 01:00:00 2006 Matt Wringe <mwringe at redhat.com> - 0:4.0-3jpp.3
-
- Rebuilt with new naming convention
- * Sun Jul 23 01:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> - 0:4.0-3jpp_2fc
-
- Rebuilt