Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change mp_compile so that it returns a function object for the module. | Damien George | 2014-01-03 |
| | |||
* | Basic implementation of import. | Damien George | 2014-01-03 |
import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function. |