diff options
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index f088115..4648c87 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -106,6 +106,22 @@ typedef enum { DMNSN_AST_INT_DIV, DMNSN_AST_EXP, DMNSN_AST_FLOOR, + DMNSN_AST_INT, + DMNSN_AST_LN, + DMNSN_AST_LOG, + DMNSN_AST_MOD, + DMNSN_AST_POW, + DMNSN_AST_RADIANS, + DMNSN_AST_SIN, + DMNSN_AST_SINH, + DMNSN_AST_SQRT, + DMNSN_AST_STRCMP, + DMNSN_AST_STRLEN, + DMNSN_AST_TAN, + DMNSN_AST_TANH, + DMNSN_AST_VAL, + DMNSN_AST_VDOT, + DMNSN_AST_VLENGTH, DMNSN_AST_EQUAL, DMNSN_AST_NOT_EQUAL, |