ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::expressions::detail Namespace Reference

Description:

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