blob: e7b1b4783699cf599f556b43d76bc49a51e714ba [file] [log] [blame]
parser grammar t052importT5;
options {
language=JavaScript;
}
tokens { C; B; A; } /// reverse order
@members {
this.capture = function(t) {
this.gt052importM5.capture(t);
};
}
y : A {this.capture("T.y");} ;