class Trenni::ParseError

def location

def location
	@location ||= Location.new(@buffer.read, @offset)
end