Initial commit

This commit is contained in:
E Dunbar 2025-04-15 17:01:11 -05:00
commit a0e03ddd73
31 changed files with 948 additions and 0 deletions

5
go.mod generated Normal file
View file

@ -0,0 +1,5 @@
module github.com/evdunbar/tree-sitter-hy
go 1.22
require github.com/tree-sitter/go-tree-sitter v0.24.0