summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-03-22 13:20:56 -0400
committerTavian Barnes <tavianator@gmail.com>2010-03-22 13:20:56 -0400
commitac591cc542f039af8f66567439fbb0aee3d93963 (patch)
tree470c4277bf3b4bfafdd2b37aae064ee9ea53f77c /dimension/parse.h
parentbb71a70253ae5bf91e99dcd2809471abebea1b69 (diff)
downloaddimension-ac591cc542f039af8f66567439fbb0aee3d93963.tar.xz
Add built-in float constants.
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 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,