antlr/runtime
thomasb8138 c668c931fd Fix syntaxError prototype in order to use Recognizer instead of IRecognizer. 2017-02-26 20:11:08 +01:00
..
CSharp Merge branch 'master' into lecode-official-master 2017-02-19 14:08:26 -08:00
Cpp Fix syntaxError prototype in order to use Recognizer instead of IRecognizer. 2017-02-26 20:11:08 +01:00
Go/antlr MAX_CHAR_VALUE to 0x10FFFF 2017-02-16 09:46:09 -08:00
Java augment TerminalNode with setParent(). Technically, this is not backward compatible as it changes the interface but no one was able to create custom TerminalNodes anyway so I'm adding as it improves internal code quality. addChild now sets the parent rather than create. MUCH better. 2017-02-18 11:21:17 -08:00
JavaScript MAX_CHAR_VALUE to 0x10FFFF 2017-02-16 09:46:09 -08:00
Python2 Use generator expressions instead of list comprehensions 2017-02-18 11:55:49 -08:00
Python3 MAX_CHAR_VALUE to 0x10FFFF 2017-02-16 09:46:09 -08:00
Swift MAX_CHAR_VALUE to 0x10FFFF 2017-02-16 09:46:09 -08:00