mjanicek / rembulan

Rembulan, an implementation of Lua 5.3 for the Java Virtual Machine
Apache License 2.0
163 stars 28 forks source link

Implement the package library #7

Closed mjanicek closed 8 years ago

mjanicek commented 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:

This also requires the implementations of (now missing) functions dofile and loadfile from the basic library.

mjanicek commented 8 years ago

This has now been implemented and merged into master.