lua-users home
lua-l archive

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


Dear Lua community,

I would like to announce the first release of Templet for Lua [1], a
template preprocessor that parses text templates with embedded Lua
statements and Lua expressions.

[1] http://colberg.org/lua-templet/

Templet is based on the Slightly Less Simple Lua Preprocessor [2]
written by Rici Lake; with slightly improved parsing, support for
an output function, and a test suite.

I use Lua as a template language to parametrize OpenCL [3] C code, and
as a glue language to simulate and analyze the motion of chemically
self-driven molecular motors of nanometer- and Ångström-scale sizes
that could some day navigate and transport cargo through the human
cell.

[2] http://lua-users.org/wiki/SlightlyLessSimpleLuaPreprocessor
[3] http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/

To all of you: Thank you for the wonderful tiny language that is Lua!

Regards,
Peter