pub(crate) fn parse_prefix_maybe(
    parser: &mut Parser<'_>,
    config: ExpressionConfig
) -> ParseResult<bool>
Expand description

Parses leading prefix operators and control flow operators and returns whether a prefix was parsed