11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
|
|
lexer grammar t052importS8;
|
||
|
|
options {
|
||
|
|
language=JavaScript;
|
||
|
|
}
|
||
|
|
@members {
|
||
|
|
this.capture = function(t) {
|
||
|
|
this.gt052importM8.capture(t);
|
||
|
|
};
|
||
|
|
}
|
||
|
|
A : 'a' {this.capture("S.A");} ;
|