change to dynamic array for lexer and parser to speed up lexical analysis

This commit is contained in:
2025-05-30 16:46:27 +01:00
parent ddf18ceb2c
commit ec894d4357
10 changed files with 165 additions and 2007408 deletions

View File

@@ -10,6 +10,6 @@ char *swap_quotes(char *input, char quote);
char *unquote(char *str);
TaggedValue *parse_string(Token token);
ParsedValue *parse_string(Token token);
#endif // STRING_UTILS_H