class Parser::Builders::Default

def match_pattern(lhs, match_t, rhs)

def match_pattern(lhs, match_t, rhs)
  n(:match_pattern, [lhs, rhs],
    binary_op_map(lhs, match_t, rhs))
end