From 4229f1ef1d1a1fcc0476d2b13472c355d8f7d101 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 16 Apr 2026 16:33:32 +0200 Subject: build(test): not running lexer tests --- src/root.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3