0.0.51
Installation
Grab one of the assets below. See the installation instructions from the readme
Known issues
- syntran crashes on Windows intermittently: #16
- shared library disclaimer: https://github.com/JeffIrwin/syntran/blob/main/doc/shared-libs.md
What's new
- added structs in #14. see the documentation on structs
- fixed an uninitialized variable that sometimes caused a crash on Windows
- added the
char()
intrinsic function 1821ed7 - added the
--quiet
command line argument 5f55fb3 - added a quine. this receives test coverage in ci/cd. what is a quine?
What happened to 0.0.50?
I was thinking of making a release very shortly after structs were added. However, I found a bug in 0.0.50 that warranted another version bump: 8a92024
Roadmap
I'm not planning much for a while, maybe some small features or bug fixes in the next couple months
Advent of Code is in December. I will do it in syntran again this year and then add those solutions to test coverage. This will at the very least double the test coverage of scripts longer than a dozen lines (fpm test long
as opposed to the shorter unit tests in fpm test test
). There is a good chance that I may find and fix some bugs during AOC or add features to be able to complete the challenge