Please answer the following before submitting your issue:
- What version of GopherLua are you using? : 1cd887c
- What version of Go are you using? : 1.13
- What operating system and processor architecture are you using? : linux/amd64
- What did you do? : N/A
- What did you expect to see? : N/A
- What did you see instead? : N/A
I want to add part of the baselib functions to LState, but there is no way to do that since every baselib function implementation is private.
What about add something like OpenBaseStrip which can pass a list of baselib function name, and add them to LState.
Please answer the following before submitting your issue:
I want to add part of the baselib functions to LState, but there is no way to do that since every baselib function implementation is private.
What about add something like
OpenBaseStripwhich can pass a list of baselib function name, and add them to LState.