Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Ergo v0.8.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 30 Apr 04:05

This is mostly bug-fix release, along with improvements to the handling of special characters in Strings (new lines, carriage returns, tabs, etc).

Libraries

  • 🧮 A new small library interest.ergo to calculate monthly payments for fixed rate mortgages

Lexer

  • ⚙️ Fixes to the lexer to better handle escaped characters in strings (\n, \t, \r, \b) (#606)
  • ⚙️ Strings can now use escaped ascii codes \001 to \255

Bug fixes

  • 🐞 Fix to the JavaScript code generation for infinity and not-a-number Double values (#612)
  • 🐞 Fix to the command line: --contractName is not required anymore (#609)
  • 🐞 Do not fail validation for clauses returning atomic values