Add Gokulakannan Somasundaram's C++ target based upon C target. Use language=Cpp in options. It's a header-only library, runtime/Cpp/include, so installation is not required.
Python 3.3 target added by Benjamin Wolf based upon Python 2 target https://github.com/antlr/antlr3/pull/23
stderr not test correctly in gunit examineExecResult
Dieter Habelitz reported bug in java code gen with synpreds. labels were being carried from grammar into synpreds but weren't typed properly (they were "void x=null;" for x=ruleref labels)
(Sam) Rule.setOption didn't do memoize option right.
(Sam) Fix labels in synpreds
(Sam) Fix input index for NoViableAltException during inline prediction
(Sam) Fix label aliasing errors in cases like (x=y|x=z)
(Sam) fix stack overflow in semantic context analysis