blob: 8004bb572e68560b6c6b52ec40019d915580f506 [file] [log] [blame]
parser grammar t052importS5;
options {
language=JavaScript;
}
tokens { A; B; C; }
@members {
this.capture = function(t) {
this.gt052importM5.capture(t);
};
}
x : A {this.capture("S.x ");} ;