diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-24 14:01:02 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-24 14:01:02 +0100 |
commit | fc79b2ae7a85af1b892a103340b9465274153c60 (patch) | |
tree | 5e3dc8cab20bbbe994390eda53007c08068feeff /README.md | |
parent | 2f9fe378bc341921e1ae259a2fec049663100738 (diff) | |
download | fengari-fc79b2ae7a85af1b892a103340b9465274153c60.tar.gz fengari-fc79b2ae7a85af1b892a103340b9465274153c60.tar.bz2 fengari-fc79b2ae7a85af1b892a103340b9465274153c60.zip |
table.sort
Using Array.prototype.sort for now
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -205,14 +205,7 @@ - [ ] loadfile - [ ] load - [x] Coroutine - - [ ] Table - - [x] table.concat - - [x] table.insert - - [x] table.move - - [x] table.pack - - [x] table.remove - - [x] table.unpack - - [ ] table.sort + - [x] Table - [ ] Run [Lua test suite](https://github.com/lua/tests) - [ ] DOM API binding - [ ] Parse Lua |