Tokenizer

This commit is contained in:
2024-12-13 09:39:02 +02:00
commit 6863e34fbc
9 changed files with 2209 additions and 0 deletions

3
test_all.zig Normal file
View File

@@ -0,0 +1,3 @@
test "zig1 test suite" {
_ = @import("tokenizer_test.zig");
}