javacc-7.0.4.www.doc.jjtree-c++-releasenotes.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacc Show documentation
Show all versions of javacc Show documentation
JavaCC is a parser/scanner generator for Java.
JavaCC: JJTree Release Notes for the C++ version
JavaCC [tm]: JJTree Release Notes for the C++ version
JJTree is extended to support C++ code generation starting with version 6.0. The generated code mostly uses the same design as the Java version. Note that there are still some kinks being worked on - like the NODE_FACTORY option etc.
Please also see javacc-c++-releasenotes.html for some general doc on the C++ version.
-------------------------------------------------------------------
*******************************************************************
-------------------------------------------------------------------
STARTING WITH VERSION 6.0
Implemented all JavaCC options for the C++ version as well.
Implemented the following C++ specific options:
- NODE_INCLUDES - a common include file for all the node classes.