diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-04-11 12:25:30 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-04-11 13:28:34 +0200 |
commit | ea8b3d63af92085d1563c670968152c7dbbb7642 (patch) | |
tree | 1502894844bd04c368bc4c825772d54720db693a /README.md | |
parent | 40cb52853ce7a0715761504940b07d77bacf5ec4 (diff) | |
download | fengari-ea8b3d63af92085d1563c670968152c7dbbb7642.tar.gz fengari-ea8b3d63af92085d1563c670968152c7dbbb7642.tar.bz2 fengari-ea8b3d63af92085d1563c670968152c7dbbb7642.zip |
debug.getlocal
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -31,15 +31,12 @@ - [ ] lua_gethookmask - [ ] lua_geti - [ ] lua_getinfo - - [ ] lua_getlocal - [ ] lua_getstack - [ ] lua_getupvalue - [ ] lua_getuservalue - [ ] lua_isboolean - [ ] lua_iscfunction - - [ ] lua_isfunction - [ ] lua_islightuserdata - - [ ] lua_isthread - [ ] lua_isuserdata - [ ] lua_pcallk - [ ] lua_pushfstring @@ -98,4 +95,4 @@ - [Source code for Lua 5.3](lua.org/source/5.3/) - [Lua 5.2 Bytecode and Virtual Machine](http://files.catwell.info/misc/mirror/lua-5.2-bytecode-vm-dirk-laurie/lua52vm.html) - [Lua 5.3 Bytecode Reference](http://the-ravi-programming-language.readthedocs.io/en/latest/lua_bytecode_reference.html) -- [A No-Frills Introduction to Lua 5.1 VM Instructions](http://luaforge.net/docman/83/98/ANoFrillsIntroToLua51VMInstructions.pdf)
\ No newline at end of file +- [A No-Frills Introduction to Lua 5.1 VM Instructions](http://luaforge.net/docman/83/98/ANoFrillsIntroToLua51VMInstructions.pdf) |