basic ast renderer

This commit is contained in:
2026-08-05 22:11:06 +02:00
parent 425ce38011
commit 6293c93c3c
6 changed files with 207 additions and 66 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import "@std/mem"
import "@std/testing"
handles_intern test {
handles_interning test {
pool StringPool := init(mem.c_allocator)
defer deinit(&pool)