# File lib/waxeye.rb, line 68
    def initialize(type, children, pos)
      @type = type
      @children = children
      @pos = pos
    end