-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added the map-operator (»op») from Perl6
Example: [1,2,3] »+» 1; # same as: [1,2,3].map{ _ + 1}; - Simplified the parser with regard of parsing composed operators. - The unroll-operator (>op<) is now available only as >>op<< in ASCII form. - The reduce-operator (<op> and [op]) is now available only as <<op>> in ASCII form.
- Loading branch information
trizen
committed
Aug 21, 2015
1 parent
852c857
commit 2023e2e
Showing
3 changed files
with
67 additions
and
29 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
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