blob: dc849b1365722d01219f30b811eccd1edc074b71 [file] [log] [blame]
lexer grammar t052importS8;
options {
language=JavaScript;
}
@members {
this.capture = function(t) {
this.gt052importM8.capture(t);
};
}
A : 'a' {this.capture("S.A");} ;