9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
|
|
grammar t052importM4;
|
||
|
|
options {
|
||
|
|
language=JavaScript;
|
||
|
|
}
|
||
|
|
import t052importS4, t052importT4;
|
||
|
|
s : a ;
|
||
|
|
B : 'b' ;
|
||
|
|
WS : (' '|'\n') {this.skip();} ;
|