diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-03-23 08:33:41 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-03-23 08:45:34 +0100 |
commit | 99564913987698cdfc2528a93b5157030e637ced (patch) | |
tree | 49963f4e7358367cb3c6a4a5784cb1dd6c97de33 /README.md | |
parent | 9e08fa3a4b9f8848bb4eac3e745079282099a3d8 (diff) | |
download | fengari-99564913987698cdfc2528a93b5157030e637ced.tar.gz fengari-99564913987698cdfc2528a93b5157030e637ced.tar.bz2 fengari-99564913987698cdfc2528a93b5157030e637ced.zip |
dofile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -19,10 +19,8 @@ - [ ] weak table - [x] function - [x] string (8-bit clean) - - [ ] number (32-bit ?) - - [ ] integer - - [ ] float - - [ ] userdata + - [x] number (32-bit) + - [x] userdata - [x] Tag Methods - [ ] C API - [x] ... @@ -82,11 +80,7 @@ - [ ] luaL_traceback - [ ] luaL_unref - [ ] Standard library - - [ ] Base lib - - [x] ... - - [x] load - - [x] loadfile - - [ ] dofile + - [x] Base lib - [x] Coroutine - [x] Table - [x] Math |