antlr/tool/playground/UWalker.g

5 lines
73 B
Plaintext
Raw Normal View History

tree grammar UWalker;
options {tokenVocab=U;}
a : ^(DECL x+=ID y=INT) ;