Export generated data structures by jimidle · Pull Request #4255 · antlr/antlr4

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@jimidle

Copy link

Collaborator

@jimidle jimidle commented

May 5, 2023

feat: Make static data available outside the generated parser code

  • Allows Go code to access things like RuleNames outside the generated code
    instead of non-idiomatic and non-existent Getxxx() funcs
  - Allows Go code to access things like RuleNames outside the generated code
    instead of non-idiomatic and non-existent Getxxx() funcs

Signed-off-by: Jim.Idle <jimi@idle.ws>

@jimidle

Copy link

Collaborator Author

jimidle commented

May 5, 2023

@parrt Ready to merge when you get a chance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

4.13.0

Development

Successfully merging this pull request may close these issues.

2 participants

@jimidle @parrt