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

[JavaScript] enable auto-suggest engines by exposing the lexer ATN as a property, similar to the parser ATN #2141

Merged
merged 2 commits into from
Dec 6, 2017

Conversation

oranoran
Copy link

@oranoran oranoran commented Dec 3, 2017

In order to allow JavaScript clients to auto-suggest completions, they need access to the lexer's ATN, not just the parser's.

See usage in:
https://github.com/oranoran/antlr4-autosuggest-js

@ericvergnaud
Copy link
Contributor

ericvergnaud commented Dec 3, 2017 via email

@parrt parrt added this to the 4.7.1 milestone Dec 6, 2017
@parrt parrt merged commit 864f8fc into antlr:master Dec 6, 2017
@oranoran oranoran deleted the lexer-atn-prop branch December 6, 2017 20:15
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.

3 participants