aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-23 15:14:11 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-23 15:14:11 +0100
commite8a12210e0a5a0d86b5bacfd10e673b36d56fb38 (patch)
tree0f27dc78240054558a1621d804a66f445abf4954 /README.md
parent6482d1ddc52f26d0a8e2e2a398276db73fbaa2bf (diff)
downloadfengari-e8a12210e0a5a0d86b5bacfd10e673b36d56fb38.tar.gz
fengari-e8a12210e0a5a0d86b5bacfd10e673b36d56fb38.tar.bz2
fengari-e8a12210e0a5a0d86b5bacfd10e673b36d56fb38.zip
coroutine.wrap
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 3 insertions, 31 deletions
diff --git a/README.md b/README.md
index 50c4d7e..714c482 100644
--- a/README.md
+++ b/README.md
@@ -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