webForth
webForth copied to clipboard
Forth for the web - implemented in JS and other web technologies
There is a test suite "forth2012-test-suite" . Its a little complex to run - and appears to be failing. Will address each fail and fix below This comment is the...
Exceptions should be working, but fail the Hayes tests (see issue #83) S" exceptiontest.fth" INCLUDED TESTING CATCH THROW TESTING ABORT ABORT" WRONG NUMBER OF RESULTS: T{ 1 2 ' T6...
S" facilitytest.fth" INCLUDED TESTING Facility words TESTING BEGIN-STRUCTURE END-STRUCTURE +FIELD T{ BEGIN-STRUCTURE STRCT1 ^^^^^^^^^^^^^^^^^^^
* The console should be able to load files, * From the console, it has to be URLs since its sandboxed * I think this means adding URLs to the...
Currently fails #83 - [x] Needs BIN - [ ] Incorrect result for one of the READ-LINE's returns fail when it should have succeeded - [ ] Needs multi-line comments...
Implement Memory allocation words from https://forth-standard.org/standard/memory - [ ] Test in #83
Programming tool set - as in https://forth-standard.org/standard/tools - [ ] Test in Hayes #83 - [ ] Currently fails on [IF]
Support string extension as in https://forth-standard.org/standard/string - [ ] Then test in Hayes test #83
As defined in https://forth-standard.org/standard/double - [ ] Also needs number input of form 123. in NUMBER? - [ ] Confirm working in Hayes Doubletest #83