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 cb2105b254 - Show all commits

View File

@@ -22,6 +22,7 @@ pub fn build(b: *std.Build) void {
"src/parser.c",
"src/compiler.c",
"src/vm.c",
"src/error.c",
"src/main.c",
}
});