ArkScript
A small, fast, functional and scripting language for video games
Pass.cpp
Go to the documentation of this file.
1
#include <
Ark/Compiler/Pass.hpp
>
2
#include <utility>
3
4
namespace
Ark::internal
5
{
6
Pass::Pass
(std::string name,
const
unsigned
debug_level) :
7
m_logger(std::move(name), debug_level)
8
{}
9
10
}
Pass.hpp
Interface for a compiler pass (take in an AST, output an AST)
Ark::internal::Pass::Pass
Pass(std::string name, unsigned debug_level)
Construct a new Pass object.
Definition
Pass.cpp:6
Ark::internal
Definition
Builtins.hpp:26
src
arkreactor
Compiler
Pass.cpp
Generated on Wed Jan 15 2025 19:51:44 for ArkScript by
1.12.0