pub fn lex_identifier_token(input: &str) -> IResult<&str, &str>
Parse an identifier token (exposed publicly)