aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2eec1ff..50c4d7e 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@
- [x] nil
- [x] boolean
- [x] table
+ - [ ] weak table
- [x] function
- [ ] string (8-bit clean)
- [ ] number (32-bit ?)
@@ -226,9 +227,9 @@
- [x] coroutine.create
- [x] coroutine.isyieldable
- [x] coroutine.resume
+ - [x] coroutine.running
- [x] coroutine.status
- [x] coroutine.yield
- - [ ] coroutine.running
- [ ] coroutine.wrap
- [ ] Debug (errors)
- [ ] DOM API binding