From 18cc7a9ff7e83f47e9289d2adbd15663833fefef Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sun, 1 Jun 2025 01:09:37 +0200 Subject: capitalize Lexer.zig correctly --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.zig') diff --git a/src/main.zig b/src/main.zig index 85fedcd..1ca22a3 100644 --- a/src/main.zig +++ b/src/main.zig @@ -6,7 +6,7 @@ const codegen = @import("./codegen.zig"); pub const peekable = peek.peekable; pub const Peekable = peek.Peekable; pub const Expr = parse.Expr; -pub const Lexer = @import("./lexer.zig"); +pub const Lexer = @import("./Lexer.zig"); pub const compile = @import("./compile.zig"); pub fn main() !void { -- cgit v1.2.3