feat: code generation for simple choice statements, testing machinery

This commit is contained in:
Brett Broadhurst 2026-03-16 17:33:31 -06:00
parent fac5a968e3
commit ee26be6254
Failed to generate hash of commit
13 changed files with 304 additions and 70 deletions

View file

@ -6,4 +6,5 @@ test {
_ = tokenizer;
_ = Ast;
_ = Story;
_ = @import("runtime_tests.zig");
}