initial commit

This commit is contained in:
2026-04-10 15:31:52 -04:00
commit 39fcfc2968
18 changed files with 1066 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module codexis
go 1.25.0
require (
github.com/mattn/go-sqlite3 v1.14.42
github.com/odvcencio/gotreesitter v0.13.4
)