A text template processing library for C++
License
codemer/libtpt
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
LibTPT Class Library Template Processor Copyright (C) 2002-2010 Isaac W. Foraker (isaac@noscience.net) All Rights Reserved See LICENSE file for licensing information. See INSTALL for details on building and installation. See http://content.noscience.net/projects/libtpt/ for up to date documentation. LibTPT is a C++ library for a template scripting language. The difference between LibTPT and other scripting languages is that LibTPT is designed specifically to rely on C++ for I/O, making it easier to port, smaller, and faster. In the course of normal execution, the C++ program will populate a symbols table using highspeed machine code, then the TPT parser will convert a template to text output, passing the text back to the C++ programs high speed I/O system. TPT is currently used for CGI output and source code generation, but can also be used in the creation of MUDs, interactive tutorials, or just about any task that requires the generation customized text.
About
A text template processing library for C++
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published