# File lib/ast/sexp.rb, line 26
    def s(type, *children)
      Node.new(type, children)
    end