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/Logger.hpp>
#include <Ark/Compiler/Instructions.hpp>
#include <Ark/Compiler/IntermediateRepresentation/Entity.hpp>
#include <Ark/Compiler/AST/Node.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::internal::Compiler
 The ArkScript bytecode compiler. More...
 
struct  Ark::internal::Compiler::Page
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

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
3.1
Date
2020-10-27

Definition in file Compiler.hpp.