parent
fd3b9853c9
commit
84b1359580
@ -1,5 +1 @@
|
||||
#include "logic.c"
|
||||
typedef struct enum Logic Logic;
|
||||
|
||||
Logic *createLogic(LogicType type, LogicCondition *condition, nodeInfo *statementList);
|
||||
bool condition(LogicCondition *condition);
|
||||
//merge in progress, refer to parser.c
|
Loading…
Reference in new issue