by the3factory
3/12/2008 11:16:00 PM
Templarian

Home Page
| Description: |
Text preprocessor that provides script based in-code code generation. Text generated by these scripts are inserted back into code. It can be used to provide templates for languages that doesn't support them (C, Pascal) or generating code basing on, for example, XML files. You can use Templarian with any text files so you can use it with any language - C, C#, VB, Delphi, etc. If template is changed you only need to run Templarian again and you source will be regenerated.
The script language is Python-like (it's almost pure Python and you can use Python modules). |