diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 2 insertions, 29 deletions
@@ -49,6 +49,7 @@ - [x] lua_newtable - [x] lua_newthread - [x] lua_next + - [x] lua_numbertointeger - [x] lua_pcall - [x] lua_pop - [x] lua_pushboolean @@ -119,7 +120,6 @@ - [ ] lua_isthread - [ ] lua_isuserdata - [ ] lua_newuserdata - - [ ] lua_numbertointeger - [ ] lua_pcallk - [ ] lua_pushfstring - [ ] lua_pushlightuserdata @@ -206,34 +206,7 @@ - [ ] load - [x] Coroutine - [x] Table - - [ ] Math - - [x] math.abs - - [x] math.acos - - [x] math.asin - - [x] math.atan - - [x] math.cos - - [x] math.sin - - [x] math.tan - - [ ] math.ceil - - [ ] math.deg - - [ ] math.exp - - [ ] math.floor - - [ ] math.fmod - - [ ] math.huge - - [ ] math.log - - [ ] math.max - - [ ] math.maxinteger - - [ ] math.min - - [ ] math.mininteger - - [ ] math.modf - - [ ] math.pi - - [ ] math.rad - - [ ] math.random - - [ ] math.randomseed - - [ ] math.sqrt - - [ ] math.tointeger - - [ ] math.type - - [ ] math.ult + - [x] Math - [ ] Run [Lua test suite](https://github.com/lua/tests) - [ ] DOM API binding - [ ] Parse Lua |