aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-15 08:29:52 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-15 08:29:52 +0100
commit19b47119bad0ef5965841a51c21c6c2d99c77ce9 (patch)
treea47042790d0ef0ba59559746ce252982c7621c2e /README.md
parent5b8e5dfa30c4afe595d7ae87022dac85f0428f1d (diff)
downloadfengari-19b47119bad0ef5965841a51c21c6c2d99c77ce9.tar.gz
fengari-19b47119bad0ef5965841a51c21c6c2d99c77ce9.tar.bz2
fengari-19b47119bad0ef5965841a51c21c6c2d99c77ce9.zip
__call
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 1 insertions, 24 deletions
diff --git a/README.md b/README.md
index 4aee3cc..6b88e97 100644
--- a/README.md
+++ b/README.md
@@ -17,30 +17,7 @@
- [ ] userdata
- [ ] thread
- [ ] Tag Methods
- - [x] `__index`
- - [x] `__newindex`
- - [x] `__add`
- - [x] `__sub`
- - [x] `__mul`
- - [x] `__mod`
- - [x] `__pow`
- - [x] `__div`
- - [x] `__idiv`
- - [x] `__band`
- - [x] `__bor`
- - [x] `__bxor`
- - [x] `__shl`
- - [x] `__shr`
- - [x] `__unm`
- - [x] `__bnot`
- - [x] `__eq`
- - [x] `__lt`
- - [x] `__le`
- - [x] `__gc` (unavailable)
- - [x] `__mode` (unavailable)
- - [x] `__len`
- - [x] `__concat`
- - [ ] `__call`
+ - [x] ...
- [ ] `__tostring`
- [ ] `__pairs`
- [ ] Debug (errors)