This is the detail namespace of alib::expressions implementing the abstract syntax tree, the expression parser, the expression program and the virtual machine to execute the program with expression evaluation.
Type Index: | |
struct | AST |
struct | ASTBinaryOp |
struct | ASTConditional |
struct | ASTFunction |
struct | ASTIdentifier |
struct | ASTLiteral |
struct | ASTUnaryOp |
struct | Parser |
class | ParserImpl |
class | Program |
class | VirtualMachine |