-
Notifications
You must be signed in to change notification settings - Fork 103
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
Support for super (base) classes in VS plugin #278
Comments
It looks like everything is in place for these options to work. Were you observing a particular problem? |
My apologies, I resolved my problems :) |
Is it possible to implement it inside I want to use my own superclasses but don't want to pollute grammar with them. |
KvanTTT
added a commit
to PositiveTechnologies/antlr4cs
that referenced
this issue
May 13, 2019
…ons in build task, fixes tunnelvisionlabs#278
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I mean
--superClass
option in the tool for generating JavaScript and similar parsers.Maybe also consider
--contextSuperClass
option.The text was updated successfully, but these errors were encountered: