ArkScript
A small, fast, functional and scripting language for video games
|
Handles the macros and their expansion in ArkScript source code. More...
#include <Ark/Compiler/AST/Node.hpp>
#include <Ark/Compiler/Macros/MacroScope.hpp>
#include <Ark/Compiler/Pass.hpp>
#include <unordered_map>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | Ark::internal::MacroProcessor |
The class handling the macros definitions and calls, given an AST. More... | |
Namespaces | |
namespace | Ark |
namespace | Ark::internal |
Handles the macros and their expansion in ArkScript source code.
Definition in file Processor.hpp.