aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
blob: 62877cb1940584daf428b5f08a92892986557ad6 (plain)
1
2
3
4
5
6
7
8
9
10
const std = @import("std");

pub const grammar = @import("grammar.zig");

pub fn main() !void {
}

test {
	std.testing.refAllDecls(@This());
}