mediawiki-extensions-Scribunto/engines/LuaCommon/lualib
Brad Jorsch dd5241273b Support __pairs and __ipairs
Lua 5.2 introduces a nice feature where a metatable can override the
standard behavior of the pairs() and ipairs() functions. That would be
very useful in allowing a more standard syntax for our frame.args, and
it's very easy to do both in C and in Lua.

Change-Id: I37efc59a0c8876ee16184807e15fafbc07e2d288
2013-01-24 15:46:33 -05:00
..
luabit Added more Lua environment features 2012-04-18 13:46:18 +10:00
stringtools Added more Lua environment features 2012-04-18 13:46:18 +10:00
mw.lua Support __pairs and __ipairs 2013-01-24 15:46:33 -05:00
package.lua Do not allow access to setfenv() and getfenv() by default 2012-05-31 15:02:04 +02:00