-
Notifications
You must be signed in to change notification settings - Fork 13
Bindings lua language #30
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
base: master
Are you sure you want to change the base?
Conversation
|
where's the lua script to test the bindings? |
|
the lua test script is under |
|
still not working for me, lua version 5.1.4. I'm getting: |
|
The reason for the errors is lua5.1 as I developed against lua5.3. I will provide a version which runs against both version asap. |
7567a09 to
e89811e
Compare
9e5d3d4 to
25f510d
Compare
|
Unfortunately the bindings only work with lua 5.3. I have added a check for lua 5.3. Could you accept it, as soon as you have lua 5.3 available? |
|
understood |
Created binding for lua, also includes a small lua script to test the bindings.