Skip to content

Relase 0.3.7

Latest
Compare
Choose a tag to compare
@montymxb montymxb released this 31 Jul 17:46
· 3 commits to master since this release

What's new in this release?

  • Factored out tests into groupings, making it easier to maintain and enhance as time goes on.
  • Removed some redundant compiler state modification behavior
  • Fixed issue with nested compound expressions like ((2^2)+(3^2)) not giving the proper result.
  • Made a ; followed by a \n a valid line terminator,
    • Before this adding a semi-colon in by mistake at the end of a line would cause a syntax error during compilation.
  • Some internal housekeeping
  • Added latria code examples in the new /examples folder.