aboutsummaryrefslogtreecommitdiff
path: root/builtin/luax/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/luax/README.md')
-rw-r--r--builtin/luax/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/builtin/luax/README.md b/builtin/luax/README.md
new file mode 100644
index 0000000..dc5cff2
--- /dev/null
+++ b/builtin/luax/README.md
@@ -0,0 +1,8 @@
+# luax
+Small additions to the lua standard library, mostly stolen from https://github.com/minetest/minetest/blob/master/builtin/common/misc_helpers.lua
+
+## Included
+
+- `math.clamp(min, max, v)`
+- `string.split(str, delim, include_empty, max_splits, sep_is_pattern)`
+- `table.copy(t, seen)`