summaryrefslogtreecommitdiff
path: root/ThirdParty/tolua_runtime/luajit-2.1/README
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-08 01:17:11 +0800
committerchai <chaifix@163.com>2021-11-08 01:17:11 +0800
commitefce5b6bd5c9d4f8214a71e0f7a7c35751710a4c (patch)
tree0789475ded5c377667165a3ddb047ca6703bcf33 /ThirdParty/tolua_runtime/luajit-2.1/README
parented78df90944bbe6b7de7308bda2bf3a7f1bc3de6 (diff)
+ tolua
+ lpeg
Diffstat (limited to 'ThirdParty/tolua_runtime/luajit-2.1/README')
-rw-r--r--ThirdParty/tolua_runtime/luajit-2.1/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/ThirdParty/tolua_runtime/luajit-2.1/README b/ThirdParty/tolua_runtime/luajit-2.1/README
new file mode 100644
index 0000000..2b9ae9d
--- /dev/null
+++ b/ThirdParty/tolua_runtime/luajit-2.1/README
@@ -0,0 +1,16 @@
+README for LuaJIT 2.1.0-beta3
+-----------------------------
+
+LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
+
+Project Homepage: http://luajit.org/
+
+LuaJIT is Copyright (C) 2005-2017 Mike Pall.
+LuaJIT is free software, released under the MIT license.
+See full Copyright Notice in the COPYRIGHT file or in luajit.h.
+
+Documentation for LuaJIT is available in HTML format.
+Please point your favorite browser to:
+
+ doc/luajit.html
+