1grammar t056lexer11;
2options {language=JavaScript;}
3a : B ;
4B : x='a' {this.xlog($x);} ;
5