Make a compiler.c stub #5

Merged
Blendi merged 4 commits from :main into main 2026-06-08 22:13:06 +02:00
Showing only changes of commit 88a3cae4b0 - Show all commits

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",
}