# File temp/parsers/baseparser.rb, line 162
      def unshift token
        @stack.unshift(token)
      end