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

Verify member visibility is consistent with Java implementation, fix where necessary #74

Open pboyer opened 8 years ago

pboyer commented 8 years ago

It's possible this could be done by establishing a source level correspondence between the two implementations. This likely would help with #66