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
t/hello.zig Normal file
View File

@@ -0,0 +1,3 @@
pub fn main() void {
@panic("hello");
}