Close

Patch-level release 0.64.3

A project log for zeptoforth

A full-featured Forth-based RTOS for ARM Cortex-M

travis-bemannTravis Bemann 05/05/2023 at 03:080 Comments

This patch-level release adds goto, to enable branching to words without pushing a return address (e.g. to implement what is done with tail calls in functional languages), along with is, which is equivalent to defer! with a fixed execution token.

Discussions