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

Use factory methods to create parser context objects #6

Open
sharwell opened this issue Feb 13, 2012 · 0 comments
Open

Use factory methods to create parser context objects #6

sharwell opened this issue Feb 13, 2012 · 0 comments

Comments

@sharwell
Copy link
Owner

In order to truly support an interpreter-only parsing algorithm, the interpreter will need the ability to construct context objects without resorting to reflection. The availability of an interpreted parsing mode is the ideal situation for advanced code-completion and other IDE features, with the current -Xforce-atn option to the ANTLR tool in place as a band-aid.

@ghost ghost assigned sharwell Feb 13, 2012
@sharwell sharwell removed their assignment Feb 20, 2015
sharwell pushed a commit that referenced this issue Jun 7, 2016
tweaks to get tests running in latest 4.4 dev
sharwell pushed a commit that referenced this issue Jun 7, 2016
sharwell pushed a commit that referenced this issue Nov 23, 2016
Go runtime: Change misMatched to mismatched.
sharwell added a commit that referenced this issue Dec 29, 2016
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

1 participant