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