creationix / moonslice-luv

A port of moonslice running on top of luv and lhttp_parser
39 stars 4 forks source link

Lua 5.2 compatibility #6

Closed devurandom closed 11 years ago

devurandom commented 11 years ago

Use versions of luv and lhttp_parser that support Lua 5.2.

Provide fallbacks for get/setfenv, which were removed in Lua 5.2.

Provide table.unpack (Lua 5.2) as unpack (Lua 5.1)