Home

Awesome

lua-loadchunk

test Coverage Status

Lua chunk loader module.


Installation

luarocks install loadchunk

fn, err = loadchunk.string( str [, env [, ident]] )

returns the compiled chunk as a function.

Parameters

Returns

fn, err = loadchunk.file( pathname [, env] )

returns the compiled chunk as a function.

Parameters

Returns