add declarations to translator

This commit is contained in:
2025-06-14 04:13:14 +01:00
parent f2dd133e7d
commit 3a19b1519f
12 changed files with 86 additions and 24 deletions

View File

@@ -82,7 +82,7 @@ ParsedValue *parse_token_full(char *file, DArray *tokens, size_t *index,
break;
case TOKEN_STRING:
(*index)++;
output = parse_string(file,token);
output = parse_string(token);
break;
case TOKEN_NEW_LINE:
(*index)++;