lua-users home
lua-l archive

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


Hi fearless programmers,

d'Arc is a sub API that reaches below the official Lua API to get to the quick faster.

More: http://hdiedrich.github.com/darc/

It is only for reading values out, for all else you keep using the official API. It works for Lua 5.1 and JIT 2.

At this point, it's offered as preview, reader macros are well tested and working, next up is the function to traverse tables.

Some rough corners but it had to go out the door today.

Download: git clone git://github.com/hdiedrich/darc.git

As always, all relevant feedback very welcome,

Have fun,
Henning