![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
Handle imports, resolve them with modules and everything. More...
#include <stack>#include <vector>#include <string>#include <filesystem>#include <unordered_map>#include <Ark/Utils/Platform.hpp>#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 |
| struct | Ark::internal::ImportSolver::ImportWithSource |
Namespaces | |
| namespace | Ark |
| namespace | Ark::internal |
Handle imports, resolve them with modules and everything.
Definition in file ImportSolver.hpp.