Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@skx skx released this 15 Feb 06:22
· 3 commits to master since this release
9e9279c

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.