diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-16 16:33:32 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-16 16:33:32 +0200 |
| commit | 4229f1ef1d1a1fcc0476d2b13472c355d8f7d101 (patch) | |
| tree | bd73c354d5d153d4a773e18196038266106dcd4a /src/root.zig | |
| parent | 7ed6d8aaa0b175efc7dd6a4ee43cb20c9168a09d (diff) | |
build(test): not running lexer tests
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 |
