lbForth
lbForth copied to clipboard
Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
Greetings, I am trying to build lbforth on this platform: root@de10-nano:~ uname -a Linux de10-nano 4.1.33-ltsi-altera #1 SMP Thu Mar 30 10:37:56 PDT 2017 armv7l GNU/Linux root@de10-nano:~ and got this...
Defining a marker and calling it twice leads to a crash. [issue-38.txt](https://github.com/larsbrinkhoff/lbForth/files/1954903/issue-38.txt)
\ do ... +loop doesn't loop : tst-do ( --) 0 9 do i . -1 +loop ; \ prints 9, not 9 8 ... 0
Get up and running in ITS. It's a word-adressed machine. But there are also special "byte pointers". Consider what to do about `C@` and `C!` etc.
I'd like to make a port to macOS, but it's not really viable to do that without access to a macOS machine. If I could get ssh access to a...
When an exception is thrown, one wordlist is dropped from the search order. Test case: ``` include search.fth also forth order \ "forth forth only" abort order \ "forth only"...
Is hardware exception handling planned on Windows and Linux targets (at the least)?