mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-12 17:20:05 +00:00
minor refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user