More parser — lint+tests pass again

This commit is contained in:
2024-12-30 01:05:10 +02:00
parent 6006a802e1
commit b8a52d3f39
10 changed files with 299 additions and 59 deletions

View File

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