const std = @import("std"); pub const grammar = @import("grammar.zig"); pub fn main() !void { } test { std.testing.refAllDecls(@This()); }