#include <asmgrader/common/formatters/debug.hpp>
#include <asmgrader/registrars/global_registrar.hpp>
#include "common/error_types.hpp"
#include "common/expected.hpp"
#include "program/program.hpp"
#include "user/assignment_file_searcher.hpp"
#include "version.hpp"
#include <fmt/base.h>
#include <fmt/compile.h>
#include <fmt/format.h>
#include <libassert/assert.hpp>
#include <algorithm>
#include <exception>
#include <filesystem>
#include <optional>
#include <regex>
#include <stdexcept>
#include <string>
#include <string_view>
#include <tuple>
#include <type_traits>
Go to the source code of this file.