summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1995-11-28 12:00:00 +0000
committerrepogen <>1995-11-28 12:00:00 +0000
commit71754d2f6423fb9b6e87658e58bafc5470d53f65 (patch)
treec704e97b80e52a52d3152738941bb4c8ca676b97 /test/README
parenta8b6ba0954edb9e0e669e1f451b9a8f145ce5166 (diff)
downloadlua-github-2.2.tar.gz
Lua 2.22.2
Diffstat (limited to 'test/README')
-rw-r--r--test/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/README b/test/README
new file mode 100644
index 00000000..625644d0
--- /dev/null
+++ b/test/README
@@ -0,0 +1,7 @@
+These are simple tests for Lua. Some of them contain useful code.
+They are meant to be run to make sure Lua is ok and also to be read, to see
+how Lua programs can look like.
+In the directory examples/, there is more useful code, such as a library for
+complex arithmetic (a good example of fallbacks for overloading and redefinition
+of primitive functions), and a library for PostScript output. Both libraries
+include simple examples.