Skip to content

Releases: montymxb/latria

Relase 0.3.7

31 Jul 17:46
Compare
Choose a tag to compare

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.

Release 0.3.6

10 Jul 16:45
Compare
Choose a tag to compare

What's new in this release?

  • Travis and Appvoyer deployments now upload zips instead
  • Added standalone interpreter and compiler (latria-i and latria-c) to release for each os

Release 0.3.5

10 Jul 00:18
Compare
Choose a tag to compare

What's new in this release?

  • Build artifacts setup for appveyor to deploy latria.exe on each release automatically

0.3.4

09 Jul 23:56
Compare
Choose a tag to compare
Modified to force addition of artifacts

Release 0.3.3

09 Jul 23:48
Compare
Choose a tag to compare

What's new in this release?

  • Testing appveyor automatic deployment for windows binary

Release 0.3.2

09 Jul 23:47
Compare
Choose a tag to compare
Appveyor deployment test

Release 0.3.1

09 Jul 22:34
Compare
Choose a tag to compare

What's new in this release?

  • Automated mac and linux deployments on each release
  • Removed gcc as a compiler to test against (for the moment)
  • Corrected some make install related issues in the Makefile

Release 0.3.0

09 Jul 20:08
Compare
Choose a tag to compare

What's in this release?

  • A thorough project restructuring
  • Redesigned Makefile and NMakefile for better building
  • Added in test and test-all as make and nmake build targets
  • Travis-CI to track linux/mac
  • Patched overflow issue in linux
  • New binaries for 0.3.0

0.0.3

09 Jul 22:15
Compare
Choose a tag to compare
test 3