On Thursday, 1 January 2015 at 14:37:31 UTC, Adam D. Ruppe wrote:
On Thursday, 1 January 2015 at 14:22:19 UTC, ponce wrote:
I actually like DDoc as it is, and finds it readable.

You know, if $(D_CODE) escaped the code properly and `code` was a shortcut to it... that'd actually solve my big complaints with the ddoc language itself and make it convenient.

For a preview how this might look like:

perl -p -e 's/\$\(D ([^\$()]*+(\((?:[^\$()]*+|(?1))*\))*[^\$()]*)\)/`$1`/g' std/algorithm.d | less

Reply via email to