This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Releases: accordproject/ergo
Releases · accordproject/ergo
v0.0.68
- Moved documentation to docs.accordproject.org
- New AST with polymorphic annotations and location information
- Consolidate AST for functions/clauses signatures
- Support for namespace resolution (#18)
- Support for standard library
- New built process, avoiding loading files from disk (for built-in CTOs and stdlib)
- More errors report location information
- New syntax for variable declarations (
declare constant
andlet
) - Remove unused LiftError
- Bug fixes for foreach and array/record construction
v0.0.67
v0.0.66
- New Ergo calculus IL
- cleaner clause -> function translation
- improves name support
- allow init clauses as part of dispatch
- fixes to testing
- fixes to README
v0.0.65
Fixes to contract initialization support.
v0.0.64
Support for emit types and contract state initialization
v0.0.63
(chore) Up 0.0.63 Signed-off-by: Jerome Simeon <[email protected]>
v0.0.62
(fix) version of composer with JSON serialization for concepts Signed-off-by: Jerome Simeon <[email protected]>
v0.0.61
(fix) Additional dateTime operators Signed-off-by: Jerome Simeon <[email protected]>
v0.0.60
(fix) Aggressive extraction for String.append Signed-off-by: Jerome Simeon <[email protected]>
v0.0.59
(fix) catch conversion errors early for diagnostic Signed-off-by: Jerome Simeon <[email protected]>