]> git.mdlowis.com Git - archive/dlang.git/commit
Created macro processing class to register new macros and expand macro usages on...
authorMike D. Lowis <mike@mdlowis.com>
Thu, 10 May 2012 20:30:45 +0000 (16:30 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Thu, 10 May 2012 20:30:45 +0000 (16:30 -0400)
commit1f78815833443fa59dcea311652602f99428df61
tree40cbbb1eeba78a2779da59ee1e533ca861f81370
parent378190e493f96f3e52a16aefc897566bb884087c
Created macro processing  class to register new macros and expand macro usages on the fly
example.dl
source/dllexer/dllexer.cpp
source/dllexer/dllexer.h
source/dlparser/dlparser.cpp
source/dlparser/dlparser.h
source/visitors/macroprocessor.cpp [new file with mode: 0644]
source/visitors/macroprocessor.h [new file with mode: 0644]