Versions Compared

Key

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

...

Updated to 3.1.2. Also following improvements:

  • Possible BREAKING CHANGE: Obsoleted IIntStream's Size() method with the Count property. Unless deriving form IIntStream or any other inheriting interfaces directly, this change will only show up as warnings while compiling. Otherwise replacing the older binaries should give no problems.
  • Added <decisionNumber>-suffix to distinguish between exception variable names. This prevents compiler errors due the scope rules.
  • Moved the pragmas to suppress warnings from namespace inclusion template into the general template. Thus pragmas are included every time and not when using namespace.
  • Added for debugging parsers the symbol ANTLR_DEBUG. Allows to programmatically check if one uses the debug parser or the normal version.

...