Skip to content

release-0.9.2

Compare
Choose a tag to compare
@skx skx released this 18 Dec 18:57
· 110 commits to master since this release
4ee3459

release-0.9.2

This release updates our language to add two new features:

  • The ability to define/use regular-expression literals, just like in perl
    • This was added via #53
  • The introduction of the ternary expression.
    • This was added via #55
    • NOTE: Nested ternary-expressions are denied, as a syntax error, because they're unreadable!