Repleo

Repleo is a syntax-safe template engine. A template is a piece code or text
with holes. The template evaluator substitutes those holes with data from some
external source, for example a database. This concept can be used to
generate similar code with some variances. Repleo offers high fidelity
template evaluation:
- Evaluation of templates.
- Syntax checking of templates.
- Generated code is syntax correct.
- Accurate error messages.
Repleo can be used for different application
areas like:
- Generating HTML in web applications.
- Source code generation.
- Document or e-mail generation.
More information
Use this website to get more information on Repleo and its concepts.
You can find here some basic explanations of the concept, downloads
of the prototypes, scientific articles and information
about the project.