You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andre Barboza 4838403e83 development/mstch: Added (templates in C++11). 9 years ago
..
README development/mstch: Added (templates in C++11). 9 years ago
mstch.SlackBuild development/mstch: Added (templates in C++11). 9 years ago
mstch.info development/mstch: Added (templates in C++11). 9 years ago
mstch.patch development/mstch: Added (templates in C++11). 9 years ago
slack-desc development/mstch: Added (templates in C++11). 9 years ago

README

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