mjanicek / rembulan

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

Load from InputStream #19

Open andrewbaxter opened 7 years ago

andrewbaxter commented 7 years ago

It appears that the source has to be loaded as a string into memory right now. Some sort of load method that takes an InputStream and has the possibility of future optimization via evicting unused source chunks would be nice to have.