feat: improved parsing and regression test suite

This commit is contained in:
Brett Broadhurst 2026-02-27 18:07:02 -07:00
parent 4ebdd3c66e
commit 619eb3b338
Failed to generate hash of commit
39 changed files with 1116 additions and 339 deletions

6
.gitignore vendored
View file

@ -4,8 +4,10 @@
# Directories
.cache/
.zig-cache
zig-out
.zig-cache/
zig-out/
build/
build-*
# Temporary Files / Logs
*.log