-
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
Go runtime missing export of "Reset()" #3441
Comments
Could you please suggest a PR? |
kaby76
added a commit
to kaby76/antlr4
that referenced
this issue
Feb 22, 2022
This seems to have been fixed at some point. https://github.com/antlr/antlr4/blame/master/runtime/Go/antlr/v4/lexer.go#L122 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could the Go target (commonly referred to as "Golang" in order to appease web search engines) runtime be changed to export reset()? It's exported for the other runtimes, but Go requires an uppercased-first-letter func name in order for it to be visible.
The text was updated successfully, but these errors were encountered: