Changes for version 0.23
- added buffer to context structure to avoid mallocs
- added context_root function to return the root of a group of contexts
- eliminated memory leak in new parsing engine
- minor syntax fix to template_cc.h
- one-line wrapper functions replaced with macros
- minor optimizations to echo and include tag functions
- optimizations to the new parsing engine
- completely rewrote the parser as a separate tokenizer and a parser, a much cleaner approach
Documentation
Templating system C library
how to extend the Text::Tmpl template library (with C or Perl).
description of the syntax of a Text::Tmpl template.
Modules
Templating system perl library