diff options
Diffstat (limited to 'development/mstch/README')
-rw-r--r-- | development/mstch/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/mstch/README b/development/mstch/README new file mode 100644 index 000000000000..61f8710ab9a8 --- /dev/null +++ b/development/mstch/README @@ -0,0 +1,11 @@ +mstch is a complete implementation of {{mustache}} templates using +modern C++. It's compliant with specifications v1.1.3, including the +lambda module. + +Supported features: +- JSON-like data structure using Boost.Variant +- variables, sections, inverted sections +- partials +- changing the delimiter +- C++11 lambdas +- C++ objects as view models |