antlr/tool/playground/U.g

6 lines
62 B
Plaintext

grammar U;
a : X ;
X : 'a' -> skip ;
Y : 'z' -> skip, more ;