This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
v0.0.68
Pre-release
Pre-release
- 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