class Opal::AST::Matcher

def s(type, *children)

def s(type, *children)
  Node.new(type, children)
end