Added note about lambda AST's

This commit is contained in:
Justin Ethier 2018-09-11 17:58:47 -04:00
parent c4de5b057e
commit 3fd2828b34

View file

@ -5,6 +5,7 @@
Features
- Allow pretty printing of bytevectors.
- Internal change to the compiler - preserve lambda AST forms throughout compilation process. This should make it easier to implement certain optimizations in future releases.
Bug Fixes