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
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Clyx programming language interpreter, reference core implementation
# Clyx programming language interpreter, reference Python implementation
# Created by Luxferre in 2026, released into the public domain
import os, sys, math