diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 1 insertions, 24 deletions
@@ -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) |