Overview
Request 973937 accepted
- Update to version 7.0.11
* Modifications in version 7.0.11
- #193 : Code error in class RCharacterList.SortDescriptors():
fixed
* Modifications in version 7.0.10
- #183 : Lookahead is broken since 7.0.5 (introduced in commit
fbac68f)
* Modifications in version 7.0.9
- pom.xml : change deployment on OSS to automatic release
- documentation : fix broken links
* Modifications in version 7.0.8
- #175 : Doesn’t work in Turkish Locale
- #73 : javacc/c++: invalid lookahead processing: missing one
lookahead to get rid of the conflict
* Modifications in version 7.0.7
- JavaCC.jj : remove unused c++ declaration blocs tokens
- #172 : add a specific ‘-version’ command line argument
* Modifications in version 7.0.6
The following changes are not upward compatible with the
previous 7.0.5 version but have a very little impact on
existing grammars. Main advantage is to prepare a more smooth
upgrade with the upcoming javacc-8.0.0 major release.
- C++ generation: renaming the option TOKEN_EXTENDS by
TOKEN_SUPER_CLASS
- C++ generation: renaming the option TOKEN_INCLUDES by
TOKEN_INCLUDE
- C++ generation: renaming the option PARSER_INCLUDES by
PARSER_INCLUDE
- C++ generation: renaming the option TOKEN_MANAGER_INCLUDES by
TOKEN_MANAGER_INCLUDE
* Modifications in version 7.0.5
- #42: new README.md file.
- #71: Add support for Java7 language features.
- #75: Allow empty type parameters in Java code of grammar files.
- #77: javacc.org is out of date.
- #92: Avoid warning of unused import in generated
ParserTokenManager.
- #99: LookaheadSuccess creation performance improved.
Removing IDE specific files. Declare trace_indent only if debug
parser is enabled. CPPParser.jj grammar added to grammars.
Build with Maven is working again.
—WARNING—WARNING—WARNING— Required Java Platform: Standard
Edition 7.0: known under Eclipse as JavaSE-1.7
Request History
urbic created request
- Update to version 7.0.11
* Modifications in version 7.0.11
- #193 : Code error in class RCharacterList.SortDescriptors():
fixed
* Modifications in version 7.0.10
- #183 : Lookahead is broken since 7.0.5 (introduced in commit
fbac68f)
* Modifications in version 7.0.9
- pom.xml : change deployment on OSS to automatic release
- documentation : fix broken links
* Modifications in version 7.0.8
- #175 : Doesn’t work in Turkish Locale
- #73 : javacc/c++: invalid lookahead processing: missing one
lookahead to get rid of the conflict
* Modifications in version 7.0.7
- JavaCC.jj : remove unused c++ declaration blocs tokens
- #172 : add a specific ‘-version’ command line argument
* Modifications in version 7.0.6
The following changes are not upward compatible with the
previous 7.0.5 version but have a very little impact on
existing grammars. Main advantage is to prepare a more smooth
upgrade with the upcoming javacc-8.0.0 major release.
- C++ generation: renaming the option TOKEN_EXTENDS by
TOKEN_SUPER_CLASS
- C++ generation: renaming the option TOKEN_INCLUDES by
TOKEN_INCLUDE
- C++ generation: renaming the option PARSER_INCLUDES by
PARSER_INCLUDE
- C++ generation: renaming the option TOKEN_MANAGER_INCLUDES by
TOKEN_MANAGER_INCLUDE
* Modifications in version 7.0.5
- #42: new README.md file.
- #71: Add support for Java7 language features.
- #75: Allow empty type parameters in Java code of grammar files.
- #77: javacc.org is out of date.
- #92: Avoid warning of unused import in generated
ParserTokenManager.
- #99: LookaheadSuccess creation performance improved.
Removing IDE specific files. Declare trace_indent only if debug
parser is enabled. CPPParser.jj grammar added to grammars.
Build with Maven is working again.
—WARNING—WARNING—WARNING— Required Java Platform: Standard
Edition 7.0: known under Eclipse as JavaSE-1.7
fstrba accepted request