1*16467b97STreehugger Robotgrammar t056lexer8; 2*16467b97STreehugger Robotoptions {language=JavaScript;} 3*16467b97STreehugger Robota : A EOF ; 4*16467b97STreehugger RobotA : I {this.xlog($I.text);} ; 5*16467b97STreehugger Robotfragment I : '0'..'9'+ ; 6*16467b97STreehugger RobotWS : (' '|'\n') {$channel=HIDDEN;} ; 7