aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-07-28 12:14:00 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-07-28 12:14:00 +0200
commitf0db46947268e5ceacd1558cf74781fff0e782d1 (patch)
treebd7d4fa3e0157f99a61cd8c9702fd6c7e8749a5c /README.md
parenta54c8c6def5aca781109a44f893bed4c6f713846 (diff)
downloadfengari-f0db46947268e5ceacd1558cf74781fff0e782d1.tar.gz
fengari-f0db46947268e5ceacd1558cf74781fff0e782d1.tar.bz2
fengari-f0db46947268e5ceacd1558cf74781fff0e782d1.zip
README: added weak tables in missing features
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 242d822..30c02dd 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga
- `os.rename`
- `os.tmpname`
- `os.execute`
+- [Weak tables](http://www.lua.org/manual/5.3/manual.html#2.5.2)
## Extensions