summaryrefslogtreecommitdiff
path: root/src/estd/root.zig
blob: 00c2631fccdc56a1cc6bd4b5bfce203dd93cae65 (plain)
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());
}