Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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 Aug 10 17:00:00 2006 Matt Wringe <mwringe at redhat.com> - 0:4.0-3jpp.3
- Rebuilt with new naming convention
- * Sat Jul 22 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> - 0:4.0-3jpp_2fc
- Rebuilt
- * Tue Jul 18 17:00:00 2006 Matthew Wringe <mwringe at redhat.com> - 0:4.0-3jpp_1fc
- Merged with upstream version
- Changed directory locations to rpm macros
- Added conditional native compiling