On Sat, Jan 5, 2013 at 10:11 PM, Walter Bright <newshound2@digitalmars.com> wrote:
On 1/5/2013 11:30 AM, Andrei Alexandrescu wrote:
I learned with time that ddoc's macro system is quite coherent and well designed.

I've often thought that that macro system should be put in Phobos as a module such that it could be used with any text file.


What should it be? Some module to define text transformations? std.regex does this quite well.

Of course, having std.parse and std.lex would be a godsend :)