# File rparsec/context.rb, line 11
  def scanner
    @scanner = StringScanner.new(src) if @scanner.nil?
    @scanner.pos= @index
    @scanner
  end