Description
A compatibility module that brings Lua 5.3-style APIs to Lua 5.2, helping code use newer functions while still running on the older runtime.
It is compatibility infrastructure for developers. Projects use it when they need to support Lua 5.2 without rewriting code that expects Lua 5.3 conveniences.