Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

v0.0.68

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 29 Jun 22:42
  • 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 and let)
  • Remove unused LiftError
  • Bug fixes for foreach and array/record construction