idk add some bytecode stuff

This commit is contained in:
2026-04-24 14:10:13 +02:00
parent 4d2ae0aa2e
commit 7a3cdff2d4
3 changed files with 57 additions and 0 deletions

View File

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