v0.3.2: source, then, _start

This commit is contained in:
Luxferre
2026-07-06 12:52:01 +03:00
parent fafc966480
commit c303bb70b0
5 changed files with 26 additions and 4 deletions
+3
View File
@@ -1,6 +1,9 @@
# Clyx standard library (in addition to [ :: readf src ])
# Created by Luxferre in 2026, released into the public domain
:: source [ next src ]
:: then [ ]
:: _start [ next _main swap defw ]
:: if [ next next swap rot cond ]
:: while [ next [] swap loop ]
:: rot [ [ swap ] dip swap ]