From 5da32d0dce6b8ade0b636b83f67b6244e6a56494 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 20 Mar 2010 15:30:40 -0400 Subject: Implement almost all float functions. --- dimension/parse.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index f088115..4648c87 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -106,6 +106,22 @@ typedef enum { DMNSN_AST_INT_DIV, DMNSN_AST_EXP, DMNSN_AST_FLOOR, + DMNSN_AST_INT, + DMNSN_AST_LN, + DMNSN_AST_LOG, + DMNSN_AST_MOD, + DMNSN_AST_POW, + DMNSN_AST_RADIANS, + DMNSN_AST_SIN, + DMNSN_AST_SINH, + DMNSN_AST_SQRT, + DMNSN_AST_STRCMP, + DMNSN_AST_STRLEN, + DMNSN_AST_TAN, + DMNSN_AST_TANH, + DMNSN_AST_VAL, + DMNSN_AST_VDOT, + DMNSN_AST_VLENGTH, DMNSN_AST_EQUAL, DMNSN_AST_NOT_EQUAL, -- cgit v1.2.3