class Parser::Builders::Default

def match_pattern_p(lhs, match_t, rhs)

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