parser_c::parser::lexer
pub fn token_( len: isize, mkTok: Box<Fn(PosLength) -> CToken>, pos: Position, _: isize, _: InputStream) -> P<CToken>