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

@@ -48,8 +48,6 @@ ParsedValue *parse_dowrap(char *file, DArray *tokens, size_t *index) {
DArray to_free;
darray_init(&to_free, sizeof(char *));
size_t starting_index = *index;
size_t temp_index_count = 0;
while (!pass && ++(*index) < tokens->size) {