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

[Dart] Fix for #4320--export additional types #4340

Merged
merged 1 commit into from Sep 4, 2023

Conversation

kaby76
Copy link
Contributor

@kaby76 kaby76 commented Jun 30, 2023

This PR fixes #4320.

It is required for porting grammars-v4/python/python3 to Go. I am blocked without this change.

Sometimes additional tokens must be created and emitted in the token stream by the lexer. The API to do that is in most targets--except Dart. This change fixes that, exporting Pair and MultiMap used in CommonToken creation.

Signed-off-by: Ken Domino <kenneth.domino@domemtech.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Antlr Dart runtime still does not export critical types
2 participants