pboyer / antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
http://antlr.org
Other
26 stars 1 forks source link

Fix LRWithLabelsListener to call EList.String #37

Closed willfaught closed 8 years ago

willfaught commented 8 years ago

Fixes test TestListeners.testLRWithLabels failure.

willfaught commented 8 years ago

@pboyer @wjkohnen This is ready to review.

pboyer commented 8 years ago

@willfaught You're a god of test fixes. :)