Inline Encoding Structs into appropriate AST Nodes
[satune.git] / src / AST / boolean.h
index a9d07026820c867ae32c69cd5a00fcc08552d411..411af2604b771835682316e1d191c7d56c1b600d 100644 (file)
@@ -5,6 +5,7 @@
 #include "ops.h"
 #include "structs.h"
 #include "astnode.h"
+#include "functionencoding.h"
 
 /**
     This is a little sketchy, but apparently legit.
@@ -40,6 +41,7 @@ struct BooleanLogic {
 struct BooleanPredicate {
        Boolean base;
        Predicate * predicate;
+       FunctionEncoding encoding;
        ArrayElement inputs;
 };