# File lib/parser/static_environment.rb, line 8
    def reset
      @variables = Set[]
      @stack     = []
    end