Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | c025a7e3b87c79e5558414fda936119048c3046f4c7c8f306fd8a11142b45e02 |
---|---|
Page Name: | home |
Date: | 2019-07-23 21:50:28 |
Original User: | aku |
Mimetype: | text/x-markdown |
Next | 07a59a80b6c160c0874b859a629beabd64d84c25e2ba9b0a016cf263cd7d6dee |
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.