diff options
Diffstat (limited to 'src/root.zig')
| -rw-r--r-- | src/root.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/root.zig b/src/root.zig index 8e90eb0..00ba5a5 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,5 +1,5 @@ const std = @import("std"); -const lexer = @import("lexer/lexer.zig"); +pub const lexer = @import("lexer/lexer.zig"); pub fn bufferedPrint() !void { // Stdout is for the actual output of your application, for example if you |
