diff options
author | daurnimator <quae@daurnimator.com> | 2018-03-30 15:32:41 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-03-30 15:32:41 +1100 |
commit | 2f4921a5755f35a96d3005cd0841c15669de70cc (patch) | |
tree | cb5c10437516350e07fe910214a485018fadfea6 | |
parent | 955c73898c992ef15396bafdf4383ce8a9bf1843 (diff) | |
download | fengari-2f4921a5755f35a96d3005cd0841c15669de70cc.tar.gz fengari-2f4921a5755f35a96d3005cd0841c15669de70cc.tar.bz2 fengari-2f4921a5755f35a96d3005cd0841c15669de70cc.zip |
README.md: Add section on fengari library
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |