antlr / grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions.
MIT License
10.22k stars 3.71k forks source link

[objc, r, tnsnames] Move Java code into Java/ sub-directories. #4216

Closed kaby76 closed 2 months ago

kaby76 commented 2 months ago

The objc, r, and tnsnames grammars contain Java code that is not placed in the standard location, sub-directory Java/. Target-specific code needs to go into the target-specific directory so other targets don't "pollute" the directory containing the grammar.