-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Refactor TemplateStrings SDO (#2893)
(1) Factor out new AO TemplateString. (2) Move `« ... »` from the list-concatenation step to instead surround the call to TemplateString. (3) Do some simple inlining, from: 1. Let _x_ be TemplateString(|Y|, _raw_). 1. Return « _x_ ». to: 1. Return « TemplateString(|Y|, _raw_) ».
- Loading branch information
Showing
1 changed file
with
26 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