From 829e47b9bd568c5722e9f59ca05036d2ae912ddf Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Tue, 14 Feb 2017 21:39:16 +0100 Subject: Launch scripts with luaD_call Will adjust L.top correctly. Still isn't what lua's doing since we still miss the first 5 elements. --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3e2b39..132a37f 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,18 @@ - [x] `__mode` (unavailable) - [ ] `__len` - [ ] `__eq` - - [ ] `__add` - - [ ] `__sub` - - [ ] `__mul` - - [ ] `__mod` - - [ ] `__pow` - - [ ] `__div` - - [ ] `__idiv` - - [ ] `__band` - - [ ] `__bor` - - [ ] `__bxor` - - [ ] `__shl` - - [ ] `__shr` + - [x] `__add` + - [x] `__sub` + - [x] `__mul` + - [x] `__mod` + - [x] `__pow` + - [x] `__div` + - [x] `__idiv` + - [x] `__band` + - [x] `__bor` + - [x] `__bxor` + - [x] `__shl` + - [x] `__shr` - [ ] `__unm` - [ ] `__bnot` - [ ] `__lt` -- cgit v1.2.3-54-g00ecf