Standard Lua Libraries
Modules
std | Global namespace scribbler. |
std.debug | Additions to the debug module |
std.functional | Functional programming. |
std.io | Additions to the io module. |
std.math | Additions to the math module. |
std.package | Additions to the package module. |
std.strict | Checks uses of undeclared global variables. |
std.string | Additions to the string module. |
std.table | Extensions to the table module. |
Classes
std.tree | Tree container. |
std.container | Container object. |
std.object | Prototype-based objects. |
std.list | Tables as lists. |
std.optparse | Parse and process command line options. |
std.set | Set container. |
std.strbuf | String buffers. |