partial while feature
[calc.git] / parser.h
index 80fbd984ca68fe213910df0496f3a7d112908f74..49acc2080005a8c4cef2f635c71010889f71d09a 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -14,11 +14,12 @@ typedef enum {
     Pow, Sqr,
     Cos, Sin, Atan,
     Log, Exp,
-    Store, Recall, Disp,
+    Store, Recall, Inc, Dec, Disp,
     Quit, Help,
     Ans, E, Pi,
     Equal, Diff, Ge, Le, Gt, Lt,
-    And, Or, Not
+    And, Or, Not,
+    Cond, While
 } func_t;
 
 /* keyword type */