Closed dmbaturin closed 4 years ago
https://github.com/lindig/lua-ml , a Lua interpreter for extending OCaml programs.
Probably the only Lua implementation that allows you to exclude parts of the runtime library or replace them with your own.
Added in 5298a3f4d8e449d23f0e59747989768122ffca25. It is cool to see an embedded interpreter implemented in an ML. I'll be sure to read the Norman Ramsey paper. Thanks for contributing.
https://github.com/lindig/lua-ml , a Lua interpreter for extending OCaml programs.
Probably the only Lua implementation that allows you to exclude parts of the runtime library or replace them with your own.