Added Go implementation

This commit is contained in:
Luxferre
2026-07-03 16:12:25 +03:00
parent 7f236d97b3
commit eabb972834
7 changed files with 553 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
.PHONY: all build clean test
all: build
build:
go build -a -trimpath -gcflags=all="-l -B -e" -ldflags "-s -w" -o clyx ../main.go
clean:
rm -f clyx
test: build
./clyx ../test.clx