m8

A general-purpose preprocessor for metaprogramming.


 .gitignore                    |   1 +-
 CMakeLists.txt                |  46 ++++++++++-
 LICENSE                       |  21 ++++-
 README.md                     |  85 ++++++++++++++++++-
 build.sh                      |  39 ++++++++-
 env.sh                        |   3 +-
 examples/basic/CMakeLists.txt |  44 +++++++++-
 examples/basic/src/main_m8.cc |  21 ++++-
 install.sh                    |  49 ++++++++++-
 src/m8.hh                     |  89 ++++++++++++++++++-
 src/main.cc                   | 207 +++++++++++++++++++++++++++++++++++++++++++-
 11 files changed, 605 insertions(+)
Back to Top