lua-users home
lua-l archive

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


On Sep 26, 2014, at 7:36 PM, Roman Tsisyk <roman@tarantool.org> wrote:
> 
>> On Fri, Sep 26, 2014 at 3:04 AM, Gary Vaughan <gary@vaughan.pe> wrote:
>> libYAML binding for Lua
>> 
>> I am happy to announce release 5 of lyaml.
>> 
>> lyaml's home page is at http://github.com/gvvaughan/lyaml
> 
> I wonder is it related to http://yaml.luaforge.net/ ?

The earliest versions were an update of that code, so it is an ancestor. This release and the last one or two rewrite Danforth's high level API in Lua, relegating the C code to a much thinner libYAML wrapper. This means Lua has access to all the libYAML fields -- allowing, for instance, http://github.com/gvvaughan/specl to report line numbers in libYAML parse failures.

Cheers,
-- 
Gary V. Vaughan (gary AT vaughan DOT pe)