Home | History | Annotate | Download | only in functional
      1 grammar t056lexer11;
      2 options {language=JavaScript;}
      3 a : B ;
      4 B : x='a' {this.xlog($x);} ;
      5