aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/LuaJIT-1.1.7/doc/readme.html
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:36:30 +1000
committerDavid Walter Seikel2012-01-23 23:36:30 +1000
commit6523585c66c04cea54df50013df8886b589847d8 (patch)
tree0b22aee7064166d88595eda260ca2d17c0773da5 /libraries/LuaJIT-1.1.7/doc/readme.html
parentUpdate the EFL to what I'm actually using, coz I'm using some stuff not yet r... (diff)
downloadSledjHamr-6523585c66c04cea54df50013df8886b589847d8.zip
SledjHamr-6523585c66c04cea54df50013df8886b589847d8.tar.gz
SledjHamr-6523585c66c04cea54df50013df8886b589847d8.tar.bz2
SledjHamr-6523585c66c04cea54df50013df8886b589847d8.tar.xz
Add luaproc and LuaJIT libraries.
Two versions of LuaJIT, the stable release, and the dev version. Try the dev version first, until ih fails badly.
Diffstat (limited to '')
-rw-r--r--libraries/LuaJIT-1.1.7/doc/readme.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/libraries/LuaJIT-1.1.7/doc/readme.html b/libraries/LuaJIT-1.1.7/doc/readme.html
new file mode 100644
index 0000000..38be6db
--- /dev/null
+++ b/libraries/LuaJIT-1.1.7/doc/readme.html
@@ -0,0 +1,40 @@
1<HTML>
2<HEAD>
3<TITLE>Lua documentation</TITLE>
4<LINK REL="stylesheet" TYPE="text/css" HREF="lua.css">
5</HEAD>
6
7<BODY>
8
9<HR>
10<H1>
11<A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A>
12Documentation
13</H1>
14
15This is the documentation included in the source distribution of Lua 5.1.4.
16
17<UL>
18<LI><A HREF="contents.html">Reference manual</A>
19<LI><A HREF="lua.html">lua man page</A>
20<LI><A HREF="luac.html">luac man page</A>
21<LI><A HREF="../README">lua/README</A>
22<LI><A HREF="../etc/README">lua/etc/README</A>
23<LI><A HREF="../test/README">lua/test/README</A>
24</UL>
25
26Lua's
27<A HREF="http://www.lua.org/">official web site</A>
28contains updated documentation,
29especially the
30<A HREF="http://www.lua.org/manual/5.1/">reference manual</A>.
31<P>
32
33<HR>
34<SMALL>
35Last update:
36Tue Aug 12 14:46:07 BRT 2008
37</SMALL>
38
39</BODY>
40</HTML>