# File lib/parslet/scope.rb, line 10
    def initialize(parent=nil)
      @parent = parent
      @hash = Hash.new
    end