antlr/tool/playground/UWalker.g

5 lines
73 B
Plaintext

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