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