Is pos at the end of the source?

Property definitions

parser_base $ StringProcessor :: eof
	# Is `pos` at the end of the source?
	protected fun eof: Bool do return pos >= src.length
lib/parser_base/parser_base.nit:113,2--114,52