release-0.9.3
release-0.9.3
This minor release updates the handling of identifiers to allow functions/variables to have digits in their names, (however the initial character must be alphabetical) which was implemented in #58.
We've also improved the error-handling of the parser in #57, to abort correctly when fed incomplete programs. (Specifically we could encounter infinite loops when searching for closing block-terminators, and statement terminators.)