aboutsummaryrefslogtreecommitdiff
path: root/src/root.zig
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-18 19:21:47 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-18 19:21:47 +0200
commitfec006aaa5ee3683457ebfc2ba1755b077e14c79 (patch)
tree3f52b89c2d4a617acbda5cda58d19a1c33da73e9 /src/root.zig
parente8e9d31559e38173093f11d99721392e32e21d60 (diff)
fix(lexer): invalid acc for titles
Diffstat (limited to 'src/root.zig')
-rw-r--r--src/root.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/root.zig b/src/root.zig
index 98b0274..2bc3125 100644
--- a/src/root.zig
+++ b/src/root.zig
@@ -1,5 +1,5 @@
const std = @import("std");
-pub const ast = @import("ast.zig");
+pub const parser = @import("parser.zig");
pub fn bufferedPrint() !void {
// Stdout is for the actual output of your application, for example if you