parse_symex_non_reserved_syllable

Function parse_symex_non_reserved_syllable 

Source
fn parse_symex_non_reserved_syllable<'a, I>(
    script_required: Script,
) -> impl Parser<'a, I, String, Full<Rich<'a, Token>, State<'a>, ()>> + Clone
where I: Input<'a, Token = Token, Span = SimpleSpan> + ValueInput<'a>,