Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | 8560c66d482717fcb2e148eee6a686376e23137de54a0f031ad570050a7553b3 |
---|---|
Page Name: | Mustache |
Date: | 2019-07-23 21:53:17 |
Original User: | aku |
Mimetype: | text/x-markdown |
Parent: | 8afa5b2000783942915122a7a0ae5b2acade82e80e2cd0eb09dd4d6520bfdc8d (diff) |
Next | 3cad46cb7845a0c9e11be54fd60dc3874757937f785ae7f92bb51355069a3b16 |
Content
Introduction
A mustache processor 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.