lua-users home
lua-l archive

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


On Sat, Dec 3, 2011 at 2:18 PM, Richard Hundt <richardhundt@gmail.com> wrote:
> The tests show examples of the language:
>
> https://github.com/richardhundt/lupa/blob/method-accessors/test/class.ku

That reads very well!

LuaMacro (another Lpeg-based translator) can implement a C-skinned
version of Lua

https://github.com/stevedonovan/LuaMacro/blob/master/tests/test-cskin.lua

(although in this case I was mostly seeing how far I could push the
macro system.)

steve d.