aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index d899717..c3e2b39 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@
- [ ] userdata
- [ ] thread
- [ ] Tag Methods
- - [ ] `__index`
- - [ ] `__newindex`
+ - [x] `__index`
+ - [x] `__newindex`
- [x] `__gc` (unavailable)
- - [ ] `__mode`
+ - [x] `__mode` (unavailable)
- [ ] `__len`
- [ ] `__eq`
- [ ] `__add`
@@ -41,6 +41,8 @@
- [ ] `__le`
- [ ] `__concat`
- [ ] `__call`
+ - [ ] `__tostring`
+ - [ ] `__pairs`
- [ ] Debug (errors)
- [ ] C API
- [ ] stdlib