-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have matching capture all binding values.
This will make consistent variables the default. Also, variables in slurps are matched with the sequence of arguments rather than each individually (as described in #5) This should allow destructuring to use the captured values rather than having to walk the pattern tree again, <s>hopefully making the process faster</s> this is currently slower, but can be made faster.
- Loading branch information
Showing
21 changed files
with
394 additions
and
1,164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.