diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-07-30 09:36:34 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-07-30 09:36:34 +0200 |
| commit | aca38f5c96709f56db75a476051eb644de644d3d (patch) | |
| tree | 1ce90ccffb80cff8d527be6efbd073031fccd3a1 /src/z/parser/root.zig | |
| parent | 006674d7e08146a9bd980e2138ce9444d2e40e6f (diff) | |
restructure project
Diffstat (limited to 'src/z/parser/root.zig')
| -rw-r--r-- | src/z/parser/root.zig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/z/parser/root.zig b/src/z/parser/root.zig new file mode 100644 index 0000000..61be54d --- /dev/null +++ b/src/z/parser/root.zig @@ -0,0 +1,7 @@ +const std = @import("std"); + +pub const js = @import("js/root.zig"); + +test { + _ = std.testing.refAllDecls(@This()); +} |