Skip to content

Releases: skx/foth

v0.5.0

15 Feb 06:22
@skx skx
9e9279c
Compare
Choose a tag to compare

This release adds part7 which documents how to add basic support for literal strings to the codebase - this is a new feature compared to the previous ability to just output static strings:

." This will be printed!"

The new code allows this:

> "Steve" strlen .
5
> "Hello, world\n" strprn
Hello, world
> 

Test coverage has been expanded to cover the changes required, and our final version was updated to include the additions added in part7.

v0.4.0

19 Sep 16:10
@skx skx
Compare
Choose a tag to compare

v0.4.0

This release is the first for which we've distributed binaries; no real changes since the previous tag.