diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-22 13:20:56 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-22 13:20:56 -0400 |
commit | ac591cc542f039af8f66567439fbb0aee3d93963 (patch) | |
tree | 470c4277bf3b4bfafdd2b37aae064ee9ea53f77c /dimension/parse.h | |
parent | bb71a70253ae5bf91e99dcd2809471abebea1b69 (diff) | |
download | dimension-ac591cc542f039af8f66567439fbb0aee3d93963.tar.xz |
Add built-in float constants.
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, |