Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal modifier for imported grammars #11

Open
sharwell opened this issue Mar 2, 2013 · 0 comments
Open

Internal modifier for imported grammars #11

sharwell opened this issue Mar 2, 2013 · 0 comments
Milestone

Comments

@sharwell
Copy link
Member

sharwell commented Mar 2, 2013

From Ranco

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?

@ghost ghost assigned sharwell Mar 2, 2013
@sharwell sharwell removed their assignment Dec 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant