diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-18 19:21:47 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-18 19:21:47 +0200 |
| commit | fec006aaa5ee3683457ebfc2ba1755b077e14c79 (patch) | |
| tree | 3f52b89c2d4a617acbda5cda58d19a1c33da73e9 /src/root.zig | |
| parent | e8e9d31559e38173093f11d99721392e32e21d60 (diff) | |
fix(lexer): invalid acc for titles
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 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 |
