![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
Interface for a compiler pass (take in an AST, output an AST) More...
#include <Ark/Utils/Platform.hpp>#include <Ark/Compiler/AST/Node.hpp>#include <Ark/Utils/Logger.hpp>Go to the source code of this file.
Classes | |
| class | Ark::internal::Pass |
| An interface to describe compiler passes. More... | |
Namespaces | |
| namespace | Ark |
| namespace | Ark::internal |
Interface for a compiler pass (take in an AST, output an AST)
Definition in file Pass.hpp.