aboutsummaryrefslogtreecommitdiff
path: root/src/root.zig
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-18 18:19:30 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-18 18:19:30 +0200
commit389691f4d11bf86c8be75927a2fbc01cff9c7059 (patch)
tree42ea2d556b415daa361d73f1ffca2d521235f3fd /src/root.zig
parentc4f41ad2502567f641652eb745707d2c2817973b (diff)
feat(ast): parse content
Diffstat (limited to 'src/root.zig')
-rw-r--r--src/root.zig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/root.zig b/src/root.zig
index 43a0d7d..98b0274 100644
--- a/src/root.zig
+++ b/src/root.zig
@@ -1,6 +1,5 @@
const std = @import("std");
-pub const lexer = @import("lexer/Lexer.zig");
-pub const element = @import("dom/Element.zig");
+pub const ast = @import("ast.zig");
pub fn bufferedPrint() !void {
// Stdout is for the actual output of your application, for example if you