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

ArkScript compiler is in charge of transforming the AST into bytecode. More...

#include <vector>
#include <string>
#include <cinttypes>
#include <optional>
#include <Ark/Platform.hpp>
#include <Ark/Compiler/Instructions.hpp>
#include <Ark/Compiler/AST/Node.hpp>
#include <Ark/Compiler/AST/Parser.hpp>
#include <Ark/Compiler/AST/Optimizer.hpp>
#include <Ark/Compiler/ValTableElem.hpp>
+ Include dependency graph for Compiler.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::Compiler
 The ArkScript bytecode compiler. More...
 

Namespaces

namespace  Ark
 

Detailed Description

ArkScript compiler is in charge of transforming the AST into bytecode.

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Version
0.3
Date
2020-10-27

Definition in file Compiler.hpp.