Skip to content

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

@parrt

Description

@parrt

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions