ArkScript
A small, fast, functional and scripting language for video games
Compiler Directory Reference
+ Directory dependency graph for Compiler:

Directories

directory  AST
 
directory  Macros
 

Files

file  BytecodeReader.hpp [code]
 A bytecode disassembler for ArkScript.
 
file  Common.hpp [code]
 Common code for the compiler.
 
file  Compiler.hpp [code]
 ArkScript compiler is in charge of transforming the AST into bytecode.
 
file  Instructions.hpp [code]
 The different instructions used by the compiler and virtual machine.
 
file  JsonCompiler.hpp [code]
 
file  ValTableElem.hpp [code]
 The basic value type handled by the compiler.