Repleo: a syntax-safe template engine

Jeroen Arnoldus, Jeanot Bijpost, Mark G. J. van den Brand. Repleo: a syntax-safe template engine. In Charles Consel, Julia L. Lawall, editors, Generative Programming and Component Engineering, 6th International Conference, GPCE 2007. pages 25-32, ACM, Salzburg, Austria, 2007. [doi]

Abstract

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.