diff options
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index 8a572f2..f088115 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -90,7 +90,22 @@ typedef enum { DMNSN_AST_DOT_T, DMNSN_AST_DOT_TRANSMIT, + DMNSN_AST_ABS, + DMNSN_AST_ACOS, + DMNSN_AST_ACOSH, + DMNSN_AST_ASC, + DMNSN_AST_ASIN, + DMNSN_AST_ASINH, + DMNSN_AST_ATAN, + DMNSN_AST_ATAN2, + DMNSN_AST_ATANH, + DMNSN_AST_CEIL, + DMNSN_AST_COS, + DMNSN_AST_COSH, + DMNSN_AST_DEGREES, + DMNSN_AST_INT_DIV, DMNSN_AST_EXP, + DMNSN_AST_FLOOR, DMNSN_AST_EQUAL, DMNSN_AST_NOT_EQUAL, |