# File lib/astrolabe/builder.rb, line 24
    def n(type, children, source_map)
      Node.new(type, children, location: source_map)
    end