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

Move parser action blocks to their own methods (similar to lexers) #7

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

Comments

@sharwell
Copy link
Owner

In order to truly support an interpreter-only parsing algorithm, the interpreter will need the ability to directly execute grammar actions. 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
factor common char encoding into main Target; version set to 4.4
sharwell pushed a commit that referenced this issue Jun 7, 2016
sharwell added a commit that referenced this issue Dec 29, 2016
Fix the badge for codecov.io in README.md
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