forked from shadow-dot-cat/Babble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SubstituteAndReturn: chained and contextual
This add support for chained substitutions of the form ... =~ s///r =~ s///r =~ s///r as well as substitutions that are contextually performed on the `$_` variable (i.e., they do not have a binding operator `=~`). Fixes <shadow-dot-cat#7>.
- Loading branch information
Showing
2 changed files
with
131 additions
and
17 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