Closed daniellansun closed 7 years ago
😦 This is a known regression in ANTLR 4.6 that carried over into my fork. When I tried to make sure that fixes from 4.6.1 were brought over, I forgot that it was not yet resolved. See antlr/antlr4#1543.
OK. I see. Looking forward to the next release ;)
Fixed in antlr/antlr4#1570 and merged to optimized fork in cb98125b134fe7f13501c573eec97941f57b7ba7. Will publish with 4.6.0.1-opt tonight.
Hi Sam(@sharwell),
After I upgraded the optimized version of antlr4 to 4.6, groovy parser can not be generated. Could you please take a look at the broken changing issue? Thanks in advance!
Here are steps to reproduce: 1) git clone -b antlr4_6 https://github.com/danielsun1106/groovy-parser.git 2) cd groovy-parser 3) ./gradlew antlr4
Error messages: https://travis-ci.org/danielsun1106/groovy-parser/builds/188067699