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

Support for super (base) classes in VS plugin #278

Open
KvanTTT opened this issue Apr 11, 2018 · 3 comments · May be fixed by #328
Open

Support for super (base) classes in VS plugin #278

KvanTTT opened this issue Apr 11, 2018 · 3 comments · May be fixed by #328

Comments

@KvanTTT
Copy link

KvanTTT commented Apr 11, 2018

I mean --superClass option in the tool for generating JavaScript and similar parsers.

Maybe also consider --contextSuperClass option.

@sharwell
Copy link
Member

It looks like everything is in place for these options to work. Were you observing a particular problem?

@KvanTTT
Copy link
Author

KvanTTT commented Apr 30, 2018

My apologies, I resolved my problems :)

@KvanTTT KvanTTT closed this as completed Apr 30, 2018
@KvanTTT
Copy link
Author

KvanTTT commented May 13, 2019

Is it possible to implement it inside .csproj instead of a grammar file? Antlr tool supports them by
-DsuperClass and -DcontextSuperClass options.

I want to use my own superclasses but don't want to pollute grammar with them.

@KvanTTT KvanTTT reopened this May 13, 2019
KvanTTT added a commit to PositiveTechnologies/antlr4cs that referenced this issue May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants