antlr/tool/playground/T.g

11 lines
89 B
Plaintext

lexer grammar T;
RBRACE : '}' ;
mode Action;
END_ACTION
: '}' -> popMode
;