]> git.mdlowis.com Git - archive/dlang.git/commit
Converted macro rules to create macros and patterns rather than ASTs
authorMike D. Lowis <mike@mdlowis.com>
Tue, 6 Mar 2012 18:20:31 +0000 (13:20 -0500)
committerMike D. Lowis <mike@mdlowis.com>
Tue, 6 Mar 2012 18:20:31 +0000 (13:20 -0500)
commit916982168cf12d4a49a87f6975b9599f1457ffef
treecc9943361238d5e52021be9e28a4420895ddfffc
parentba1c1ab68bcb3ec05232dad9e77de9fc43481cca
Converted macro rules to create macros and patterns rather than ASTs
source/dlparser/dlparser.cpp
source/dlparser/dlparser.h
source/dlparser/macro/macro.cpp [new file with mode: 0644]
source/dlparser/macro/macro.h [new file with mode: 0644]
source/main.cpp