pub fn parse_expr_until_either(
scope: ScopeId,
parser: &mut Parser,
terminator_a: TokenType,
terminator_b: TokenType,
syntax: &ParsePatternSyntax
) -> SyntaxResult<NodeId>
pub fn parse_expr_until_either(
scope: ScopeId,
parser: &mut Parser,
terminator_a: TokenType,
terminator_b: TokenType,
syntax: &ParsePatternSyntax
) -> SyntaxResult<NodeId>