From 392f0c4be0d4c034a4b161337f8f3c5fbf46358a Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 4 Aug 2025 23:12:39 +0200 Subject: add a little test runner --- src/parse.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/parse.zig') diff --git a/src/parse.zig b/src/parse.zig index 4adeffb..47356e8 100644 --- a/src/parse.zig +++ b/src/parse.zig @@ -1,8 +1,7 @@ const std = @import("std"); const Allocator = std.mem.Allocator; -const root = @import("root"); -const Lexer = root.Lexer; +const Lexer = @import("Lexer.zig"); const Token = Lexer.Token; const Location = Lexer.Location; -- cgit v1.2.3