sammine-lang
|
Static Public Member Functions | |
static int32_t | calculate (BlockAST *ast) |
static int32_t | calculate (ExprAST *ast) |
static int32_t | calculate (IfExprAST *ast) |
static int32_t | calculate (VariableExprAST *ast) |
static int32_t | calculate (CallExprAST *ast) |
static int32_t | calculate (ReturnExprAST *ast) |
static int32_t | calculate (BinaryExprAST *ast) |
static int32_t | calculate (BoolExprAST *ast) |
static int32_t | calculate (StringExprAST *ast) |
static int32_t | calculate (NumberExprAST *ast) |
static int32_t | calculate (UnitExprAST *ast) |
static int32_t | calculate (VarDefAST *ast) |