parser_c::parser::lexer
pub fn tok<M>(len: isize, mkTok: M, pos: Position) -> Result<CToken, ParseError> where M: Fn(PosLength) -> CToken,