lua-users home
lua-l archive

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


2013/11/28 John Hind <john.hind@zen.co.uk>:

> 1. There are currently some fairly large chunks of C code
> in the standard libraries which are accessible from Lua
> but not via the C API. The string library is probably the
> largest culprit here, but sort in the table library is (may be)
> another example.

Does running `luaL_dostring` not count?