January 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9282

           Summary: Add std.textmacro module
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: preapproved
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: bugzilla@digitalmars.com


--- Comment #0 from Walter Bright <bugzilla@digitalmars.com> 2013-01-08 17:41:38 PST ---
The ddoc text macro system in the dmd source code macro.h and macro.c should be implemented as a phobos module.

The inputs should be:

1. an input range

2. an associative array of key=value pairs for the macro definitions

And the output should be another input range for the expanded output.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------