All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2020-10-15
- Clarity keywords (such as
block-height) are now represented in the AST withKeywordnodes instead ofIdentifiernodes.
-
Support for
letexpressions. -
Support for
matchexpressions. -
Support for tuple expressions of the form
(tuple (name "blockstack") (id 1337)).
- The initial public release.