antlr/tool/playground/T.g4

9 lines
76 B
Plaintext
Raw Normal View History

2015-05-23 03:03:28 +08:00
grammar T;
a
: 'b' #alt1
| 'c' #alt2
;
b : 'x' | 'y' {} ;