You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
210 B

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 ");} ;