New Point Release
- 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.