paralegal_flow::ann::parse

Function identifier

Source
pub fn identifier(i: I<'_>) -> IResult<I<'_>, Symbol>
Expand description

Parse an identifier. Identifiers in annotations are similar to identifiers in rust in general, e.g. strings or word character, numbers and underscores.