diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-03-13 10:18:31 +0100 |
---|---|---|
committer | Benoit Giannangeli <giann@users.noreply.github.com> | 2017-03-13 11:03:24 +0100 |
commit | ff74b65b59b5c463fa55bc37acf12cd95fcc1ee6 (patch) | |
tree | 1d4ff5fd963122bf4fe3892969122e3c6320e4dc /README.md | |
parent | 2a6993bf0e23e2a3759abb9d7127525577dc346c (diff) | |
download | fengari-ff74b65b59b5c463fa55bc37acf12cd95fcc1ee6.tar.gz fengari-ff74b65b59b5c463fa55bc37acf12cd95fcc1ee6.tar.bz2 fengari-ff74b65b59b5c463fa55bc37acf12cd95fcc1ee6.zip |
No interning for now
G.strt would have grown with each string
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,12 +14,11 @@ - [x] table - [ ] weak table - [x] function - - [ ] string (8-bit clean) + - [x] string (8-bit clean) - [ ] number (32-bit ?) - [ ] integer - [ ] float - [ ] userdata - - [ ] thread - [x] Tag Methods - [ ] C API - [x] lua_absindex |