Closed marioidival closed 6 years ago
This implementation is a first draf to import feature. By now, just stdlib's can be imported to runtime of Rum.
stdlib's
Rum
The stdlib it's a go interface with a func called LoadLib, with basically set real Go functions to context of runtime.
stdlib
LoadLib
If package name is not found, should be raise a panic by interpreter Rum.
100 #98 refer
This implementation is a first draf to import feature. By now, just
stdlib's
can be imported to runtime ofRum
.The
stdlib
it's a go interface with a func calledLoadLib
, with basically set real Go functions to context of runtime.If package name is not found, should be raise a panic by interpreter Rum.