lua-users home
lua-l archive

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


2014-04-15 5:03 GMT+02:00 Xavier Wang <weasley.wx@gmail.com>:

> the new C API. (though currently the API is not changed).

More precisely: the 5.3 binary libraries can be linked with code
written for the 5.2 API, and work most of the time. There are some
new features (e.g. lua_gettable returns int, not void) and some
programs (e.g. LPeg 0.12) work so intensely with numbers that
the new dual-purpose number type gives unplanned results.