m8

A general-purpose preprocessor for metaprogramming.


 CMakeLists.txt |   3 ++-
 config/m8.json |  15 ++++----
 src/http.cc    | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/http.hh    |  35 ++++++++++++++++++-
 src/m8.cc      | 102 ++++++++++++++++++++++++++++++++++++++++++++-------
 src/m8.hh      |  15 +++++---
 6 files changed, 259 insertions(+), 26 deletions(-)
Back to Top