diff options
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index 2b5ecb7..ca1771b 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -125,6 +125,10 @@ typedef enum { DMNSN_AST_VDOT, DMNSN_AST_VLENGTH, + DMNSN_AST_PI, + DMNSN_AST_TRUE, + DMNSN_AST_FALSE, + DMNSN_AST_EQUAL, DMNSN_AST_NOT_EQUAL, DMNSN_AST_LESS, |