From 389691f4d11bf86c8be75927a2fbc01cff9c7059 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 18 Apr 2026 18:19:30 +0200 Subject: feat(ast): parse content --- src/root.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/root.zig') 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 -- cgit v1.2.3