![]() |
Om
1.0.0
A universal framework for multimedia simulation
|
#include "omScriptingMirLanguageConfig.h"#include "omScriptingMirASTNode.h"#include "omScriptingMirType.h"Classes | |
| class | om::scripting::mir::lang::Literal |
| A class that represents a literal numerical or string value within the source code. More... | |
| class | om::scripting::mir::lang::IntegerLiteral |
| A class that represents an integer literal within the source code. More... | |
| class | om::scripting::mir::lang::FloatLiteral |
| A class that represents an floating-point literal within the source code. More... | |
| class | om::scripting::mir::lang::StringLiteral |
| A class that represents a string literal within the source code. More... | |
| class | om::scripting::mir::lang::BooleanLiteral |
| A class that represents a boolean literal within the source code. More... | |
| class | om::scripting::mir::lang::NullLiteral |
| A class that represents a 'null' literal within the source code. More... | |
Namespaces | |
| om | |
| The enclosing namespace for the entire Om library. | |
| om::scripting | |
| The enclosing namespace for the entire scripting library. | |
| om::scripting::mir | |
| A namespace containing all code related to the Mir scripting language. | |
| om::scripting::mir::lang | |
| The namespace containing the language and AST definitions for the Mir scripting language. | |
1.8.11