[Issue 9282] New: Add std.textmacro module
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 8 17:41:39 PST 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 at puremagic.com
ReportedBy: bugzilla at digitalmars.com
--- Comment #0 from Walter Bright <bugzilla at 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: -------
More information about the Digitalmars-d-bugs
mailing list