Gives the current location in the src

Property definitions

parser_base $ StringProcessor :: current_location
	# Gives the current location in the `src`
	fun current_location: Location do return new Location(line, line_offset)
lib/parser_base/parser_base.nit:40,2--41,73