m8

A general-purpose preprocessor for metaprogramming.


 CMakeLists.txt |   1 +-
 src/m8.cc      | 301 +++++++++++++++++++++++++++++++++++++++++++---------------
 src/m8.hh      |  26 ++---
 src/main.cc    |  14 +---
 src/parser.cc  |  52 ++++++++++-
 src/parser.hh  |  38 +++++++-
 6 files changed, 338 insertions(+), 94 deletions(-)
Back to Top