Introduction
A processor for mustache templates written in Tcl 8.5+, plus TclOO.
Requires some Tcllib packages:
- debug
- debug::caller
Application and testsuite further require:
- Tcllib's fileutil
- TclYAML
Docs
Related
Yes, I am aware of mustache.tcl. That implementation is a template interpreter, without compiler/render separation. For nested sections it reparses everything over and over again.
This set of packages is capable of parsing a template once and then re-using it multiple times.