Name: | javacc |
---|---|
Version: | 4.1 |
Release: | 0.5.el6 |
Architecture: | x86_64 |
Group: | Development/Code Generators |
Size: | 2724879 |
License: | BSD |
RPM: | javacc-4.1-0.5.el6.x86_64.rpm |
Source RPM: | javacc-4.1-0.5.el6.src.rpm |
Build Date: | Sat May 08 2010 |
Build Host: | ca-build61.us.oracle.com |
Vendor: | Oracle America |
URL: | https://javacc.dev.java.net/ |
Summary: | A parser/scanner generator for java |
Description: | 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. |
- Rebuilt for RHEL 6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- Update to remove packaged jars in source tar - Build with bootstrap jar so that required java source files get generated
- Update to 4.1 - Also ship the jjrun script - Own the appropriate gcj directory - Minor spec file changes to comply with latest Fedora guidelines - Include the top-level index.html file in the manual
- drop repotag
- Rename javacc script file to javacc.sh as this confuses the makefile
- Autorebuild for GCC 4.3
- Rebuilt with new naming convention
- Rebuilt
- Merged with upstream version - Changed directory locations to rpm macros - Added conditional native compiling
- First JPP 1.7 build
- Updated to 4.0
- Rebuild with ant-1.6.2
- First JPackage version