m8

A general-purpose preprocessor for metaprogramming.


 CMakeLists.txt |   1 +-
 src/ast.cc     |  89 ++++++++++++++++++++++++++++++++++++++-
 src/ast.hh     |  43 ++++++++++++++++++-
 src/m8.cc      | 136 +++++++++++++++++++++++++++++++---------------------------
 src/m8.hh      |  10 +++-
 src/main.cc    |   5 +-
 6 files changed, 220 insertions(+), 64 deletions(-)
Back to Top