You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating ANTLR in one of our projects from version 3.4 to the latest 3.5.0.1, I noticed that the internal modifier of imported grammars is not respected anymore. In version 3.4, when adding @modifier { internal } to main grammar Grammar1.g (which imports Grammar2.g), a recognizer Grammar1_Grammar2.g.cs would be generated with modifier internal, in 3.5.0.1 it is public. Is this by design, and if so, how can the recognizer of the imported grammar be made internal now?
The text was updated successfully, but these errors were encountered:
From Ranco
The text was updated successfully, but these errors were encountered: