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

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/Macros/Executor.hpp>
#include <Ark/Compiler/Macros/Pipeline.hpp>
#include <unordered_map>
#include <string>
#include <cinttypes>
+ Include dependency graph for Processor.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Handles the macros and their expansion in ArkScript source code.

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Version
0.6
Date
2021-02-18

Definition in file Processor.hpp.