Changes
[satune.git] / src / AST / function.h
index da5087b579e06373e3e25c193f2f37d79c5f77d2..65a4b29fe3607bc75774808ac65ce4e990b06685 100644 (file)
@@ -2,7 +2,14 @@
 #define FUNCTION_H
 #include "classlist.h"
 #include "mymemory.h"
 #define FUNCTION_H
 #include "classlist.h"
 #include "mymemory.h"
+#include "ops.h"
+#include "structs.h"
 
 struct Function {
 
 struct Function {
+       ArithOp op;
+       VectorSet* domains;
+       Set * range;
+       OverFlowBehavior overflowbehavior;
+       Table* table;
 };
 #endif
 };
 #endif