Categories
LibTPT
TPT is a template scripting language implemented in C++ and designed to be integrated with C++ programs. The TPT interpreter runs in one pass, so there is no expensive compilation stage. The language relies on C++ for I/O, making TPT portable, small, and fast. There are no bulky modules to include. TPT does not execute as a program or script.
The LibTPT parser transforms TPT templates into text. The parser, which integrates with your C++ code through a simple class API, is small and fast, focusing on functionality instead of rich feature sets. Uses include on-the-fly HTML, source code generation, or in any situation where there is a need to generate customized text.
Last updated 9 Feb, 2004
About
Leadership
- Isaac Foraker - Maintainer
Requirements
- gcc 3.x (Build Prerequisite)
- Perl (Build Prerequisite)
Versions
1.30
1.30 stable released 2004-02-09
- Released: 9 Feb, 2004
- Code Maturity: Stable
- Source Archive: http://tazthecat.net/~isaac/libtpt/pub/libtpt-1...
- Licenses: BSD_3Clause
- Interfaces: Library




