1*16467b97STreehugger Robotgrammar t056lexer1; 2*16467b97STreehugger Robotoptions {language=JavaScript;} 3*16467b97STreehugger Robota : A {this.xlog(this.input);} ; 4*16467b97STreehugger RobotA : '\\' 't' {this.setText(" ");} ; 5*16467b97STreehugger RobotWS : (' '|'\n') {$channel=HIDDEN;} ; 6