diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-23 15:14:11 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-23 15:14:11 +0100 |
commit | e8a12210e0a5a0d86b5bacfd10e673b36d56fb38 (patch) | |
tree | 0f27dc78240054558a1621d804a66f445abf4954 /README.md | |
parent | 6482d1ddc52f26d0a8e2e2a398276db73fbaa2bf (diff) | |
download | fengari-e8a12210e0a5a0d86b5bacfd10e673b36d56fb38.tar.gz fengari-e8a12210e0a5a0d86b5bacfd10e673b36d56fb38.tar.bz2 fengari-e8a12210e0a5a0d86b5bacfd10e673b36d56fb38.zip |
coroutine.wrap
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 3 insertions, 31 deletions
@@ -17,10 +17,7 @@ - [ ] float - [ ] userdata - [ ] thread -- [ ] Tag Methods - - [x] ... - - [ ] `__tostring` - - [ ] `__pairs` +- [x] Tag Methods - [ ] C API - [x] lua_absindex - [x] lua_atpanic @@ -201,36 +198,11 @@ - [ ] luaL_unref - [ ] Standard library - [ ] Base lib - - [x] assert - - [x] collectgarbage (unavailable) - - [x] error - - [x] getmetatable - - [x] ipairs - - [x] next - - [x] pairs - - [x] pcall - - [x] print - - [x] rawequal - - [x] rawget - - [x] rawlen - - [x] rawset - - [x] select - - [x] setmetatable - - [x] tonumber - - [x] tostring - - [x] type - - [x] xpcall + - [x] ... - [ ] dofile - [ ] loadfile - [ ] load - - [ ] Coroutine - - [x] coroutine.create - - [x] coroutine.isyieldable - - [x] coroutine.resume - - [x] coroutine.running - - [x] coroutine.status - - [x] coroutine.yield - - [ ] coroutine.wrap + - [x] Coroutine - [ ] Debug (errors) - [ ] DOM API binding - [ ] Parse Lua |