On vacation, but released Slang v0.26 improving Unicode support.
I've been on a bug-smashing spree. Slang v0.25 has no memory leaks that the Visual Studio debugger can detect. Also, the compiler now fully supports all Unicode letter-category characters within identifiers.
Slang v0.24 expands support for UTF-8 source and I/O. Should be considered an experimental release.
Slang v0.23 provides build scripts for users of POSIX-compliant operating systems. Testing will be needed to verify correct behavior on specific platforms.
Significant Slang update (v0.22) including major changes to the runtime, standard library, Integer, and FingerTree.
Yet another Slang update (v0.21) improving the FingerTree implementation, which of course implies a new version of that as well.
Another bugfix release for Slang (v0.20). This time, I've mostly corrected library functions and runtime internals. There's a fixed release of FingerTree, too.
Quick bugfix for Slang (v0.19) to prevent identifiers from colliding with Java reserved words. Wonder why I never dealt with this before.