antlr/tool/playground/T.g

5 lines
37 B
Plaintext

grammar T;
s : b c ;
b : A ;
c : C ;