Make a stub for compiler.c

This commit is contained in:
2026-06-08 22:09:15 +03:00
parent be75ccd6f8
commit 847c5c8afa
10 changed files with 475 additions and 155 deletions

View File

@@ -20,7 +20,7 @@ pub fn build(b: *std.Build) void {
"src/helper.c",
"src/lexer.c",
"src/parser.c",
"src/compiler.c",
// "src/compiler.c",
"src/vm.c",
"src/main.c",
}