How to use lua standard libraries with alominum lua
Closed this issue · 2 comments
mohas commented
Hi
How can I use lua's standard library functions with aluminumlua? should I write library extensions like AddBasicLibrary() function?
chkn commented
There is only basic support for a couple APIs from the lua standard libraries here: https://github.com/chkn/AluminumLua/tree/master/src/Libraries
You could implement additional functions in C# following the same pattern. Library functions should also have tests.
mohas commented
OK, thanks for reply and wonderful project