Added matcher

This commit is contained in:
Justin Ethier 2018-01-29 13:17:48 -05:00
parent e459ced48e
commit 16ff504df3

View file

@ -4,6 +4,7 @@
Features
- Added a `(scheme cyclone match)` library based on Alex Shinn's `match.scm` portable hygienic pattern matcher.
- The compiler now emits a faster version of `apply` in cases where only two arguments are received.
Bug Fixes