Function espr::parser::simple_id[][src]

pub fn simple_id(input: &str) -> RawParseResult<'_, String>
Expand description

143 simple_id = letter { letter | digit | _ } . According to the standard, identifiers cannot be reserved keywords.