summaryrefslogtreecommitdiff
path: root/src/lib/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/README')
-rw-r--r--src/lib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/README b/src/lib/README
new file mode 100644
index 00000000..e8e599c8
--- /dev/null
+++ b/src/lib/README
@@ -0,0 +1,4 @@
+This is the standard Lua library.
+It is implemented entirely on top of the official Lua API as declared in lua.h,
+using src/lauxlib.c, which contains several useful functions.
+The code can be read as an example of how to export C functions to Lua.