-
Notifications
You must be signed in to change notification settings - Fork 219
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
implementation of lua 5.3 features #103
Comments
The plan is to get to a very stable implementation with the current feature set and mark it 1.0 before thinking of supporting any more of the 5.3. Anyway, as I'm going to keep this thread open for the future: Main changes
Language
Libraries
|
(also add this from the same url) Lua standalone interpreter
|
This has been open for over 4 years, and Lua 5.4 is just around the corner. Should it just be assumed that Moonsharp has no intention of staying current? |
@kernighan We've moved Moonsharp into a Github org and have two new maintainers added; we are working through bugs first while working on ideas for the next release. Whether any or all of the above is included will be one of those decisions. We are happily accepting PR's through Github so if you have any of the above implemented, feel free to share. |
I've implemented bitwise operators and floor division as a half measure to have some Lua 5.3 scripts working: |
http://www.moonsharp.org/about.html mentions that moonsharp implements 99% of "lua 5.2"
Is there any timeline to implement lua 5.3 features ( see http://www.lua.org/manual/5.3/readme.html ) in moonsharp, esp. see the "main changes" , "language" and "library" section mentioned there in the lua 5.3 readme.
The text was updated successfully, but these errors were encountered: