antlr/tool/playground/T.g

6 lines
60 B
Plaintext

lexer grammar T;
A : 'a' {false}? ;
B : 'a' ;
WS : [ \n] ;