t052importS8.g revision 324c4644fee44b9898524c09511bd33c3f12e2df
1lexer grammar t052importS8;
2options {
3    language=JavaScript;
4}
5@members {
6    this.capture = function(t) {
7        this.gt052importM8.capture(t);
8    };
9}
10A : 'a' {this.capture("S.A");} ;
11