antlr/tool/playground/T.g

6 lines
36 B
Plaintext

grammar T;
tokens { A,B }
s : A ;