chkn / AluminumLua

NOTE: THIS WAS A TOY PROJECT AND IS NOT MAINTAINED
100 stars 13 forks source link

How to use lua standard libraries with alominum lua #7

Closed mohas closed 11 years ago

mohas commented 11 years ago

Hi How can I use lua's standard library functions with aluminumlua? should I write library extensions like AddBasicLibrary() function?

chkn commented 11 years ago

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 11 years ago

OK, thanks for reply and wonderful project