-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use lua's load
function
#434
Comments
It's all detailed in the reference manual. |
This doesn't work:
But I installed moonscript through lua rocks and the library is located in:
is there a way to solve this issue in a "clean" way? ( without messing with symlink) |
According to https://stackoverflow.com/a/47267672/1517394 you might need to add |
Ok I have advanced one step, I still get:
Apparently lua has change the lua_tointeger function from 5.1 to 5.2, this might be the causes of the bug. |
Ok I have solved the issue using Does moon-script only work with 5.1? |
I also had to use Also to use lua |
Hi,
How can I use lua's
load
function in moonscript ?And does it work with a moonscript string only with lua string?
I have found related issue on this topic but it didn't help me solve the problem, maybe their meant to work with older moonscript version.
The text was updated successfully, but these errors were encountered: