linters, some ast headers

This commit is contained in:
2024-12-18 22:34:22 +02:00
parent c2915d2eaa
commit 7361b6058d
8 changed files with 184 additions and 48 deletions

View File

@@ -186,7 +186,7 @@ typedef struct {
typedef struct {
const char* buffer;
uint32_t buffer_len;
const uint32_t buffer_len;
uint32_t index;
} tokenizer;