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

Compile the intermediate representation to bytecode. More...

#include <vector>
#include <string>
#include <Ark/Platform.hpp>
#include <Ark/Logger.hpp>
#include <Ark/Compiler/Common.hpp>
#include <Ark/Compiler/ValTableElem.hpp>
#include <Ark/Compiler/IntermediateRepresentation/Entity.hpp>
Include dependency graph for IRCompiler.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::internal::IRCompiler
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Compile the intermediate representation to bytecode.

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Version
0.1
Date
2024-10-05

Definition in file IRCompiler.hpp.