retroforth/interfaces
crc 879bca482e fix s:empty
FossilOrigin-Name: fe38bead26c26bef6b24419448469ed49837cf594d4e94b30ccdc432f222ac54
2018-12-21 01:47:03 +00:00
..
dos add new io instructions to dos repl 2018-11-22 02:32:44 +00:00
native update the native implementation 2018-11-22 02:44:20 +00:00
pascal update the pascal implementation to support new instructions 2018-11-22 02:01:52 +00:00
windows
barebones.c barebones.c: now use new instructions for i/o 2018-11-22 02:16:41 +00:00
barebones.forth barebones.c: now use new instructions for i/o 2018-11-22 02:16:41 +00:00
barebones_image.c barebones.c: now use new instructions for i/o 2018-11-22 02:16:41 +00:00
image.c fix s:empty 2018-12-21 01:47:03 +00:00
io_filesystem.c split off file i/o to a separate file 2018-11-22 05:22:53 +00:00
io_filesystem.forth i/o scanner done 2018-11-23 20:38:46 +00:00
io_floatingpoint.c rre: split off floating point extension 2018-11-22 17:45:07 +00:00
io_floatingpoint.forth fix issue with floating point encoding example (was using an older approach, not the one in the latest draft) 2018-11-25 00:38:45 +00:00
io_gopher.c move gopher device out of rre.c 2018-11-22 15:43:41 +00:00
io_gopher.forth i/o scanner done 2018-11-23 20:38:46 +00:00
io_unix_syscalls.c split off unix syscall interface 2018-11-23 15:38:51 +00:00
io_unix_syscalls.forth i/o scanner done 2018-11-23 20:38:46 +00:00
repl.c initial support of new instructions for i/o in primary C interfaces 2018-11-22 00:05:28 +00:00
repl.cs c# implementation using new i/o instructions 2018-11-22 00:57:08 +00:00
retro.py fix performance issue in python vm 2018-11-22 03:12:56 +00:00
retro12.html update js implementation 2018-11-22 03:44:19 +00:00
ri.c ri now supports files, floating point 2018-11-23 21:02:52 +00:00
ri_image.c fix s:empty 2018-12-21 01:47:03 +00:00
rre.c in which I finally just send files as they are read (atua), removing the max file size issue, and allowing a much lower memory ceiling for rre 2018-12-19 01:05:13 +00:00
rre.forth i/o scanner done 2018-11-23 20:38:46 +00:00
rre_image_unix.c fix s:empty 2018-12-21 01:47:03 +00:00