add operations

This commit is contained in:
2025-06-10 04:41:06 +01:00
parent 1b90438bb9
commit 86c0eabfde
18 changed files with 207 additions and 68 deletions

View File

@@ -6,7 +6,7 @@
typedef struct {
char * name;
bool is_function;
DArray * parameters; // string[]
DArray parameters; // string[]
ParsedValue * from;
} ParsedSingleDeclaration;