Sciweavers

GPCE
2007
Springer

Repleo: a syntax-safe template engine

13 years 10 months ago
Repleo: a syntax-safe template engine
Templates are a very common solution to generate code. They are used for different tasks like rendering webpages, creating Java Beans and so on. Most template systems have no notion of the object language and just generate text. The drawback of this approach is the possibility to generate syntactical incorrect code. This can lead to all kinds of annoying errors. In this paper we present an approach for a syntax safe template engine. Syntax safety guarantees that the generated code can be correctly parsed. To ensure this we use the object language grammar to evaluate the template.
Jeroen Arnoldus, Jeanot Bijpost, Mark van den Bran
Added 07 Jun 2010
Updated 07 Jun 2010
Type Conference
Year 2007
Where GPCE
Authors Jeroen Arnoldus, Jeanot Bijpost, Mark van den Brand
Comments (0)