refactored the testing system, fixed fput and removed arr_asm.sl

This commit is contained in:
igor
2026-02-16 14:32:13 +01:00
parent 02f54b8f86
commit 81ee4a8ff9
55 changed files with 683 additions and 376 deletions

7
extra_tests/ct_test.sl Normal file
View File

@@ -0,0 +1,7 @@
import stdlib/stdlib.sl
import stdlib/io.sl
word main
"hello world" puts
end
compile-time main