ArkScript
A small, fast, functional and scripting language for video games
|
Handle imports, resolve them with modules and everything. More...
#include <stack>
#include <vector>
#include <string>
#include <filesystem>
#include <unordered_map>
#include <Ark/Compiler/Pass.hpp>
#include <Ark/Compiler/AST/Node.hpp>
#include <Ark/Compiler/AST/Import.hpp>
#include <Ark/Compiler/Package/Package.hpp>
Go to the source code of this file.
Classes | |
class | Ark::internal::ImportSolver |
Namespaces | |
namespace | Ark |
namespace | Ark::internal |
Handle imports, resolve them with modules and everything.
Definition in file ImportSolver.hpp.