forth: Add step 9, just try*/throw
authorChouser <chouser@n01se.net>
Tue, 17 Feb 2015 23:47:23 +0000 (18:47 -0500)
committerChouser <chouser@n01se.net>
Sat, 21 Feb 2015 18:22:44 +0000 (13:22 -0500)
commit580c4eef9d61f39264813b662fe5335c3c3c4ee5
tree0ab0a822f737e307084f8c4b391c3ac9abf44da9
parente82947d00f700558500e85e22aaf187544769a2e
forth: Add step 9, just try*/throw

- Moved some stuff out of printer into str,
  to support throwing strings in types.fs
- Fixed an apparently completely broken 'nth'
- Still failing 120 step9 tests
forth/core.fs
forth/printer.fs
forth/reader.fs
forth/step9_try.fs [new file with mode: 0644]
forth/str.fs [new file with mode: 0644]
forth/types.fs