add operations
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
typedef struct {
|
||||
char * name;
|
||||
bool is_function;
|
||||
DArray * parameters; // string[]
|
||||
DArray parameters; // string[]
|
||||
ParsedValue * from;
|
||||
} ParsedSingleDeclaration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user