// -*- c++ -*-// Distributed under the BSD 2-Clause License.// See accompanying file LICENSE for details.#pragma once#include"libctor.h"#include<string>#include<filesystem>std::stringreadFile(conststd::string& fileName);
std::vector<std::string> readDeps(conststd::string& depFile);
Language languageFromExtension(conststd::filesystem::path& file);