pub fn simple_identifier(input: &str) -> IResult<&str, &str>
Parser for a simple identifier.
Returns Err when parsing fails.
Err