Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
javacc - 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.
Packages
javacc-7.0.12-1.vl9.src
[3.1 MiB] |
Changelog
by Jerry James (2023-04-01):
- Update to 7.0.12
- Convert License tag to SPDX
- Add bootstrap build mode
- Add patch to fix javadoc errors in the JavaCharStream template
- Add patch to remove duplicate @Deprecated annotations
|