Property definitions

nitc $ ToolContext :: check_nit_dir
	private fun check_nit_dir(res: String): Bool
	do
		return res.file_exists and "{res}/src/nit.nit".file_exists
	end
src/toolcontext.nit:630,2--633,4