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

Parses a statement

Optionally parses it as an expression and returns whether that happened.