Skip to content

New Point Release

Compare
Choose a tag to compare
@mike-lischke mike-lischke released this 19 Dec 12:28
· 4 commits to main since this release
v3.0.13
4bbb636
  • Some member variable init was missing.
  • Fixed duplicated serialized ATN getters (one with a real getter, one with the getSerializedATN method).
  • Fixed token index access for non-writable tokens in BufferedTokenStream.
  • Fixed some toString() methods that produce incompatible output.
  • ParseCancellationException now keeps the original error for later examination.
  • Fixed target state output of the profiling ATN simulator.