On 1/16/15 12:58 PM, Vladimir Panteleev wrote:
On Friday, 16 January 2015 at 20:50:22 UTC, Andrei Alexandrescu wrote:
Now that Adam's work on transforming `code` into $(D code) is in,
who'd want to write the glorious sed --in-place expression that
transforms Phobos? Or should we just leave it for future code and
occasional refactoring? -- Andrei
Does it support things like: `log n$(SUBSCRIPT c)` ?
That should work as long as all is on the same line.
Here's my go at it:
https://github.com/D-Programming-Language/phobos/pull/2877
Thanks! Please make sure you test things.
Andrei