Function identifier

Source
pub fn identifier(text: &str) -> ParseResult<'_, String>
Expand description

Extracts a maximal identifier from the start of text, following the usual rules.