refactor: new direction for error reporting

This commit is contained in:
Brett Broadhurst 2026-03-18 17:52:07 -06:00
parent 72b686d750
commit c940374f27
Failed to generate hash of commit
11 changed files with 758 additions and 582 deletions

View file

@ -7,5 +7,6 @@ test {
_ = Ast;
_ = Story;
_ = @import("parser_tests.zig");
_ = @import("error_tests.zig");
_ = @import("Story/runtime_tests.zig");
}