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

Files

file  Lexer.hpp [code]
 Tokenize ArkScript code.
 
file  makeErrorCtx.hpp [code]
 Create string error context for AST errors.
 
file  Node.hpp [code]
 AST node used by the parser, optimizer and compiler.
 
file  Optimizer.hpp [code]
 Optimizes a given ArkScript AST.
 
file  Parser.hpp [code]
 Parses a token stream into an AST by using the Ark::Node.
 
file  Token.hpp [code]
 Token definition for ArkScript.