Closed mjanicek closed 8 years ago
PUC-Lua's standard module library should be implemented in Rembulan in order to allow the execution of non-trivial programs.
This has two facets:
require
This also requires the implementations of (now missing) functions dofile and loadfile from the basic library.
dofile
loadfile
This has now been implemented and merged into master.
master
PUC-Lua's standard module library should be implemented in Rembulan in order to allow the execution of non-trivial programs.
This has two facets:
require
function should expose module loading capabilities to the 'client' Lua programs.This also requires the implementations of (now missing) functions
dofile
andloadfile
from the basic library.