parent
0ef3e928c8
commit
fd3b9853c9
@ -1,17 +1 @@
|
||||
typedef struct Logic {
|
||||
|
||||
struct enum logicType {
|
||||
|
||||
IF,
|
||||
ELSE,
|
||||
WHILE,
|
||||
FOR
|
||||
|
||||
} logicType;
|
||||
|
||||
|
||||
|
||||
} Logic;
|
||||
|
||||
|
||||
bool evalCondition()
|
||||
//merge in progress, refer to parser.c
|
Loading…
Reference in new issue