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

null shows in the parse tree during preview of combined grammars for literals #539

Closed
parrt opened this issue Apr 24, 2022 · 0 comments
Closed

Comments

@parrt
Copy link
Member

parrt commented Apr 24, 2022

input return abc for grammar:

grammar T;

p : 'return' ID ;

ID : [a-z]+ ;

WS : [ \r\t\n]+ -> skip ;

Screen Shot 2022-04-24 at 9 49 18 AM

This might be an issue with antlr's tree display and not the plugin

@parrt parrt added this to the 1.18 milestone Apr 24, 2022
parrt added a commit to parrt/intellij-plugin-v4 that referenced this issue Apr 24, 2022
Signed-off-by: Terence Parr <parrt@antlr.org>
@parrt parrt closed this as completed in bcc6403 Apr 24, 2022
@parrt parrt modified the milestones: 1.18, 1.19 Apr 25, 2022
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