lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Oct 3, 2012 at 2:14 PM, David Collier <myshkin@cix.co.uk> wrote:
> What I'd really like is to find a latest/canonical/git repository version
> somewhere.

OK, 'canonical' would really be stretching it in the Lua world ;)

But the version I maintain in Penlight is here:

https://github.com/stevedonovan/Penlight/blob/master/lua/pl/template.lua

There is a dependency on pl.utils which is for load (to handle 5.1/5.2
differences). Just use the loading code from the original.

Mr Lake's preprocessor is a most marvelous compact thing, very good
for generating markup and so on.

steve d.