Lars Brinkhoff

Results 398 issues of Lars Brinkhoff
trafficstars

Remove `(LOOP)` from nucleus. Replace uses of DO-LOOP with FOR-NEXT in the kernel. Provide DO-LOOP in a compatability layer. https://www.reddit.com/r/Forth/comments/6b9lsz/alternatives_to_loop/

enhancement

Including a file which doesn't exist just prints "File not found".

enhancement

ESP8266 and ESP32 are everywhere. Need that Xtensa target.

target

Go completely self-hosting by ditching the Lisp metacompiler.

enhancement

Should use `jal`.

enhancement

Use the save-image to write a new executable with everything pre-loaded. - It will make Forth start faster. - It will test the save-image library. - There will be an...

enhancement

Check why this isn't caught by tests.

bug

Add a target for Z80 running CP/M. Use @jhallen's [`cpm`](https://github.com/jhallen/cpm) emulator.

target

The metacompiler is due for an overhaul. - The current implementation is closely tied to building the kernel. - The kernel-specific code should be split off. - The compiler should...

enhancement

When `ReadFile` returns error, check `GetLastError` for `ERROR_HANDLE_EOF`. Then change `KEY` to call `ABORT` instead of `BYE` on errors.

bug