1 2 3 4 5 6 7 8
const std = @import("std"); pub const cursor = @import("cursor.zig"); pub const parser = @import("parser/root.zig"); test { std.testing.refAllDecls(@This()); }