# File temp/parsers/baseparser.rb, line 171
      def has_next?
        return !(@source.empty? and @stack.empty?)
      end