compiler: basic code in place + all: rename streql to memeq

Reviewed-on: #5
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
This commit was merged in pull request #5.
This commit is contained in:
2026-06-08 22:13:05 +02:00
committed by Blendi
parent be75ccd6f8
commit 5ff0594791
10 changed files with 473 additions and 154 deletions

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