Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
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.
Arch: noarch
Download: | javacc-4.0-1jpp.src.rpm |
Build Date: | Fri Mar 31 11:18:49 2006 |
Packager: | Sebastiano Vigna <vigna at acm.org> |
Size: | 751 KiB |
Changelog
- * Fri Mar 31 12:00:00 2006 Sebastiano Vigna <vigna at acm.org> 0:4.0-1jpp
-
- Updated to 4.0
- * Mon Aug 23 12:00:00 2004 Randy Watler <rwatler at finali.com> - 0:3.2-2jpp
-
- Rebuild with ant-1.6.2
- * Fri Jan 30 11:00:00 2004 Sebastiano Vigna <vigna at acm.org> 0:3.2-1jpp
-
- First JPackage version