blob: 0a50f98743edc9fc140b9a584763bd49498e3fb7 [file] [log] [blame]
parser grammar t052importS6;
options {
language=JavaScript;
}
@members {
this.capture = function(t) {
this.gt052importM6.capture(t);
};
}
a : b { this.capture("S.a") } ;
b : B ;