minor refactoring

This commit is contained in:
2023-06-03 01:39:35 -05:00
parent e0faa14b35
commit dcf6a09dae
6 changed files with 37 additions and 35 deletions

View File

@@ -93,7 +93,7 @@ typedef struct
char *currentChar;
char *startChar;
char *buffer; // if non-NULL & bufCount > 0, token->start & token->length will be set to buffer
// & bufCount respectively
// & bufCount respectively. used exclusively for string literals
size_t bufCount;
size_t bufCap;
int line; // current line