Cache of the latest position (char) explored in the string

Property definitions

core :: flat $ FlatText :: _position
	# Cache of the latest position (char) explored in the string
	var position: Int = 0
lib/core/text/flat.nit:45,2--46,22