antlr/tool/playground/T.g

11 lines
89 B
Plaintext
Raw Normal View History

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