Cicero v0.9.11
Pre-release
Pre-release
This is a bug-fix and improvements release for Cicero.
Install the latest release of the Cicero command-line tool with
npm i -g @accordproject/cicero-cli
Check out the new shiny Cicero Logo! ✨
Ergo Compiler
- 🚴 Enabling optimizations in the NNRC Intermediate Language!
Bug fixes
- 🐞
cicero archive
now works properly! - 🐞Various fixes to standard library functions for Durations
- 🐞Fix bug in JavaScript runtime for
dateTimeSubtract
(accordproject/ergo#482) - 🐞Integer literals are now serialized to JSON properly in JavaScript targets (accordproject/ergo#484)
- 🐞Partial fix for variable shadowing issues in the JavaScript targets (WIP accordproject/ergo#485)