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

View File

@@ -85,11 +85,14 @@
# Output
extern int printf(char* fmt, double x)
extern int fflush(void* stream)
word fput
"%f" drop swap printf drop
0 fflush drop
end
word fputln
"%f\n" drop swap printf drop
0 fflush drop
end