#ifndef Tree_h #define Tree_h #include "PrimitiveSet.h" // operators #include "TreeMutSimple.h" #include "TreeCrxSimple.h" // primitives #include "Add.h" #include "Sub.h" #include "Cos.h" #include "Sin.h" #include "Mul.h" #include "Div.h" //&&&&&&&&&&&&&&&&&&&&&&&&&&|>new - AA<|&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& #include "RotL.h" #include "RotR.h" #include "MovFwd.h" #include "If.h" #include "L2R.h" //&&&&&&&&&&&&&&&&&&&&&&&&|>end_new - AA<|&&&&&&&&&&&&&&&&&&&&&&&&&&&&& #endif