idk add some bytecode stuff

This commit is contained in:
2026-04-24 14:10:13 +02:00
parent f880635038
commit f264905af1
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",
}
});