A templating engine for C++ applications.
Go to file
Tomasz Sowa 542e50d757 added filters:
a new statement [filter]
 syntax:
 [filter funcion_name]....[end]
 everything which is between [filter] and [end] is processed normally and
 at the end it is passed to the function (function_name)
 FunInfo struct has 'in' input stream now



git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@333 e52654a7-88a9-db11-a3e9-0013d4bc506e
2011-01-26 12:42:49 +00:00
src added filters: 2011-01-26 12:42:49 +00:00
COPYRIGHT added: an optional string parameter to normal statement e.g. [function "parameter"] 2010-05-30 21:07:15 +00:00