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

Create accessor for Go-based IntervalSet.intervals #3801

Closed
JamesRTaylor opened this issue Aug 1, 2022 · 2 comments
Closed

Create accessor for Go-based IntervalSet.intervals #3801

JamesRTaylor opened this issue Aug 1, 2022 · 2 comments
Milestone

Comments

@JamesRTaylor
Copy link
Contributor

Target: Go

Unlike the Java version, in the Go-based version of interval_sets, there's no way to access the IntervalSets.intervals field. This field is useful when using Parser.getExpectedTokens(). The alternative is to use IntervalSets#StringVerbose and parse the string returned (which is much more expensive).

@JamesRTaylor
Copy link
Contributor Author

PR is here: #3800

@jimidle
Copy link
Collaborator

jimidle commented Aug 31, 2022

@parrt Can close this - PR is merged.

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

No branches or pull requests

3 participants