![]() |
Gorgon Game Engine
|
Go to the source code of this file.
Classes | |
| class | ASTCompiler |
| ASTCompiler stores states for AST compiler. More... | |
| class | ASTNode |
| Represents a node in abstract syntax tree. More... | |
Namespaces | |
| Gorgon | |
| Root namespace for Gorgon Game Engine. | |
| Gorgon::Scripting | |
| This namespace contains Gorgon Script parser and reflection facilities. | |
| Gorgon::Scripting::Compilers | |
| This namespace contains compliers and any utilities related with it. | |
Functions | |
| void | ASTToSVG (const std::string &line, ASTNode &tree, const std::vector< std::string > &compiled={}, bool show=false) |
| Converts given AST to an SVG file. More... | |
| void | PrintAST (ASTNode &tree) |
| Recursively prints an AST. More... | |