ArkScript
A small, fast, functional and scripting language for video games
ImportSolver.hpp File Reference

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>
Include dependency graph for ImportSolver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::internal::ImportSolver
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Handle imports, resolve them with modules and everything.

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Version
2.1
Date
2024-07-21

Definition in file ImportSolver.hpp.