Offset in the current line

Property definitions

parser_base $ StringProcessor :: line_offset
	# Offset in the current line
	protected fun line_offset: Int do return pos - line_start + 1
lib/parser_base/parser_base.nit:33,2--34,62