This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Ergo v0.2.0
Pre-release
Pre-release
A new release, modules and typing are the highlight.
Install the latest release of the Ergo command-line tool with
npm i -g @accordproject/ergo-cli
Compiler
- Multiple Ergo files/modules can be passed to the command line
- Automatically reorders input CTOs and Ergo modules based on dependency
- Initial compiler support for type checking
Tooling
- new
ergodep
command line tool calculates dependencies
REPL (contribution @kach)
- REPL now checks/infers types (alpha)