Last active
September 29, 2024 14:57
-
-
Save fjolnir/2211379 to your computer and use it in GitHub Desktop.
LuaJIT ObjC bridge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The bridge is now located at https://github.com/fjolnir/TLC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added convenience functions to convert lua values to objects. NSArr(), NSDic(), NSNum(), NSStr() and the general Obj() which type checks and calls the correct function