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