![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
#include <Ark/TypeChecker.hpp>
#include <limits>
#include <algorithm>
#include <fmt/core.h>
#include <fmt/color.h>
#include <Ark/Exceptions.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Ark |
namespace | Ark::types |
Functions | |
std::string | Ark::types::typeListToString (const std::vector< ValueType > &types) |
void | Ark::types::displayContract (const Contract &contract, const std::vector< Value > &args) |
ARK_API void | Ark::types::generateError (const std::string_view &funcname, const std::vector< Contract > &contracts, const std::vector< Value > &args) |
Generate an error message based on a given set of types contracts provided argument list. | |