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.