[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] d'Arc 0.0.1 -- Classic/JIT sub API
- From: "H. Diedrich" <hd2010@...>
- Date: Sat, 02 Apr 2011 00:14:38 +0200
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