[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: SlightlyLessSimpleLuaPreprocessor - lovely but where's the latest version?
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 3 Oct 2012 14:27:50 +0200
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.