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 withKeyword
nodes instead ofIdentifier
nodes.
-
Support for
let
expressions. -
Support for
match
expressions. -
Support for tuple expressions of the form
(tuple (name "blockstack") (id 1337))
.
- The initial public release.