From ac591cc542f039af8f66567439fbb0aee3d93963 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 22 Mar 2010 13:20:56 -0400 Subject: Add built-in float constants. --- dimension/parse.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dimension/parse.h') 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, -- cgit v1.2.3