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