Skip to content

Commit

Permalink
Added Lua 5.3 (beta) support and binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulchenko committed Oct 31, 2014
1 parent 251c09c commit 17c2b2d
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 0 deletions.
Binary file added bin/clibs53/mime/core.dll
Binary file not shown.
Binary file added bin/clibs53/mime/core.dylib
Binary file not shown.
Binary file added bin/clibs53/socket/core.dll
Binary file not shown.
Binary file added bin/clibs53/socket/core.dylib
Binary file not shown.
Binary file added bin/liblua53.dylib
Binary file not shown.
Binary file added bin/linux/x64/clibs53/mime/core.so
Binary file not shown.
Binary file added bin/linux/x64/clibs53/socket/core.so
Binary file not shown.
Binary file added bin/linux/x64/lua53
Binary file not shown.
Binary file added bin/linux/x86/clibs53/mime/core.so
Binary file not shown.
Binary file added bin/linux/x86/clibs53/socket/core.so
Binary file not shown.
Binary file added bin/linux/x86/lua53
Binary file not shown.
Binary file added bin/lua.app/Contents/MacOS/lua53
Binary file not shown.
1 change: 1 addition & 0 deletions bin/lua53
Binary file added bin/lua53.dll
Binary file not shown.
Binary file added bin/lua53.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions interpreters/luadeb53.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dofile 'interpreters/luabase.lua'
local interpreter = MakeLuaInterpreter(5.3, ' 5.3')
interpreter.skipcompile = true
return interpreter

0 comments on commit 17c2b2d

Please sign in to comment.