class Trenni::Location

def line_offset

The number of bytes from the start of the line to the given offset in the input.
def line_offset
	@offset - @line_range.min
end