summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/parse.h')
-rw-r--r--dimension/parse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h
index ca1771b..09931d1 100644
--- a/dimension/parse.h
+++ b/dimension/parse.h
@@ -128,6 +128,10 @@ typedef enum {
DMNSN_AST_PI,
DMNSN_AST_TRUE,
DMNSN_AST_FALSE,
+ DMNSN_AST_X,
+ DMNSN_AST_Y,
+ DMNSN_AST_Z,
+ DMNSN_AST_T,
DMNSN_AST_EQUAL,
DMNSN_AST_NOT_EQUAL,