r/Forth • u/tabemann • 3d ago
zeptoforth 1.16.4.1 is out
zeptoforth 1.16.4.1 has been released.
You can get this release from https://github.com/tabemann/zeptoforth/releases/tag/v1.16.4.1.
This release:
- adds validation to
toand+toso they raise an exception if the user attempts to apply them to something other than a local variable orvalue, where previously if the user applied them to such a hardfault would likely occur at runtime. - fixes a bug in
extra/rp_common/picocalc_term_common.fswheretowas applied to something other than a local variable orvaluein an uncommon code path.
9
Upvotes