aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-03-30 15:32:41 +1100
committerdaurnimator <quae@daurnimator.com>2018-03-30 15:32:41 +1100
commit2f4921a5755f35a96d3005cd0841c15669de70cc (patch)
treecb5c10437516350e07fe910214a485018fadfea6 /README.md
parent955c73898c992ef15396bafdf4383ce8a9bf1843 (diff)
downloadfengari-2f4921a5755f35a96d3005cd0841c15669de70cc.tar.gz
fengari-2f4921a5755f35a96d3005cd0841c15669de70cc.tar.bz2
fengari-2f4921a5755f35a96d3005cd0841c15669de70cc.zip
README.md: Add section on fengari library
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5f97fde..425f706 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,22 @@ p(L);
````
+### `fengari` library
+
+A library containing metadata about the fengari release.
+
+ - `AUTHORS`
+ - `COPYRIGHT`
+ - `RELEASE`
+ - `VERSION`
+ - `VERSION_MAJOR`
+ - `VERSION_MINOR`
+ - `VERSION_NUM`
+ - `VERSION_RELEASE`
+
+This library is automatically loaded by `luaL_openlibs` into the global `"fengari"`.
+
+
## NYI
- `io.input()`: partially implemented