Skip to content

release-0.9.3

Compare
Choose a tag to compare
@skx skx released this 23 Dec 17:46
· 106 commits to master since this release
e266094

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.)