ffs, i should have committed wayyy earlier

This commit is contained in:
Max Richter
2025-08-16 20:38:40 +02:00
commit 43644c4f40
25 changed files with 865 additions and 0 deletions

7
go.work Normal file
View File

@@ -0,0 +1,7 @@
go 1.24.3
use (
./parser
./registry
./renderer
)