Single tagged union for all declarations instead of separate hash maps

This commit is contained in:
Robin Voetter
2020-01-23 21:34:10 +01:00
parent 78c1dce880
commit 7d2150212c
2 changed files with 109 additions and 202 deletions

View File

@@ -28,5 +28,5 @@ pub fn main() !void {
test "main" {
_ = @import("xml.zig");
_ = @import("spec.zig");
_ = @import("registry.zig");
}