Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use generated code, you'll need to include Cpp runtime package in your include path.

Usage

Selecting

...

Cpp output

Just add language=Cpp; to the options section of your grammar:grammar T;
options {
language=Cpp;
other options
}

...