lbForth icon indicating copy to clipboard operation
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.

Results 41 lbForth issues
Sort by recently updated
recently updated
newest added

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...

question

A fresh build with "make -j" fails.

bug

Defining a marker and calling it twice leads to a crash. [issue-38.txt](https://github.com/larsbrinkhoff/lbForth/files/1954903/issue-38.txt)

bug

\ do ... +loop doesn't loop : tst-do ( --) 0 9 do i . -1 +loop ; \ prints 9, not 9 8 ... 0

bug

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.

target

Run on a GE mainframe, hosted on Multics.

target

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...

target

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"...

bug

Is hardware exception handling planned on Windows and Linux targets (at the least)?