In this line of the grammar, it is unclear whether a returned expression is "no match" preceding an expression statement, or a returned expression: ``` RETURN ::= return EXPR? ```
In this line of the grammar, it is unclear whether a returned expression is "no match" preceding an expression statement, or a returned expression: