-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Make a -package foo command line option #11
Labels
Milestone
Comments
parrt
pushed a commit
that referenced
this issue
Jun 30, 2015
parrt
pushed a commit
that referenced
this issue
Jun 30, 2015
Add properties to enable access to Lexer fields
parrt
pushed a commit
that referenced
this issue
Jun 30, 2015
Fixed template to correctly deal with wildcards Sorry for the delay, this had gotten off my radar Can you provide a sample grammar that breaks due to this bug?
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We sometimes need to know if the generated code is going into a package or whatever the target language called package. For example, when generating interfaces and such, it would be nice to say
so that we can simply reference FooContext instead of having to prefix it with MyParser. If there is no package specification that we generate in the default package. Due to a limitation in Java, we must prefix the context names with the parser name.
The text was updated successfully, but these errors were encountered: