aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-07-28 12:02:21 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-07-28 12:06:30 +0200
commita54c8c6def5aca781109a44f893bed4c6f713846 (patch)
tree42813321bde76e19a5d2f86b27df88d85747cb29 /README.md
parentd0ecff13e2507ae7c860e87e39078f79df83e309 (diff)
downloadfengari-a54c8c6def5aca781109a44f893bed4c6f713846.tar.gz
fengari-a54c8c6def5aca781109a44f893bed4c6f713846.tar.bz2
fengari-a54c8c6def5aca781109a44f893bed4c6f713846.zip
README: Extensions section
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d5fd8a3..242d822 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga
### _Missing_ features
-- `lua_gc/collectgarbage`: Fengari relies on the JS garbage collector and does not implement its own.
+- `lua_gc`/`collectgarbage`: Fengari relies on the JS garbage collector and does not implement its own.
- The following functions are only available in Node:
- `luaL_dofile`
- `luaL_loadfilex`
@@ -37,6 +37,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga
- `os.tmpname`
- `os.execute`
+## Extensions
### `dv = lua_todataview(L, idx)`