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