refactor and add comment support

This commit is contained in:
2026-07-21 20:58:50 +02:00
parent 3f04adcd6b
commit 62dc0f30eb
5 changed files with 50 additions and 28 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ int main(int argc, char **argv) {
}
Tokens tokens = {0};
tokenize(view, &tokens);
if (tokenize(view, &tokens) != 0)
return 1;
#if 0
for (size_t i = 0; i < tokens.count; i++) {