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

Resolves names and fully qualify them in the AST (prefixing them with the package they are from) More...

#include <vector>
#include <string>
#include <unordered_set>
#include <Ark/Platform.hpp>
#include <Ark/Compiler/Pass.hpp>
#include <Ark/Compiler/NameResolution/ScopeResolver.hpp>
Include dependency graph for NameResolutionPass.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::internal::NameResolutionPass
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Resolves names and fully qualify them in the AST (prefixing them with the package they are from)

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

Definition in file NameResolutionPass.hpp.