• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYRIGHTH A D03-May-20221.5 KiB3525

READMEH A D03-May-20221.8 KiB4536

lapi.cH A D03-May-202222.1 KiB1,086851

lapi.hH A D03-May-2022262 175

lauxlib.cH A D03-May-202217 KiB653485

lauxlib.hH A D03-May-20225.6 KiB17597

lbaselib.cH A D03-May-202216.5 KiB652521

lcode.cH A D03-May-202220.8 KiB840699

lcode.hH A D03-May-20222.7 KiB7749

ldblib.cH A D03-May-20229.8 KiB398330

ldebug.cH A D03-May-202215.8 KiB623521

ldebug.hH A D03-May-20221 KiB3418

ldo.cH A D03-May-202214.5 KiB519424

ldo.hH A D03-May-20221.9 KiB5832

ldump.cH A D03-May-20223 KiB165137

lfunc.cH A D03-May-20224.5 KiB175136

lfunc.hH A D03-May-20221.1 KiB3519

lgc.cH A D03-May-202219.6 KiB712582

lgc.hH A D03-May-20223.1 KiB11160

linit.cH A D03-May-2022765 3924

liolib.cH A D03-May-202213.1 KiB554411

llex.cH A D03-May-202212.2 KiB462383

llex.hH A D03-May-20222.1 KiB8247

llimits.hH A D03-May-20222.3 KiB12953

lmathlib.cH A D03-May-20225.7 KiB264206

lmem.cH A D03-May-20222.1 KiB8742

lmem.hH A D03-May-20221.5 KiB5029

loadlib.cH A D03-May-202218.6 KiB665459

lobject.cH A D03-May-20225.4 KiB215175

lobject.hH A D03-May-20228.3 KiB382219

lopcodes.cH A D03-May-20222.8 KiB10385

lopcodes.hH A D03-May-20227.9 KiB269112

loslib.cH A D03-May-20225.9 KiB244186

lparser.cH A D03-May-202235.8 KiB1,3401,072

lparser.hH A D03-May-20222.2 KiB8357

lstate.cH A D03-May-20225.5 KiB215168

lstate.hH A D03-May-20224.9 KiB170110

lstring.cH A D03-May-20223 KiB11288

lstring.hH A D03-May-2022814 3215

lstrlib.cH A D03-May-202222.9 KiB869735

ltable.cH A D03-May-202215.9 KiB589410

ltable.hH A D03-May-20221.2 KiB4124

ltablib.cH A D03-May-20226.9 KiB280224

ltests.cH A D03-May-202220 KiB853696

ltm.cH A D03-May-20221.6 KiB7651

ltm.hH A D03-May-20221,018 5532

lua.hH A D03-May-202211.4 KiB389180

luaconf.hH A D03-May-202221.8 KiB764253

lualib.hH A D03-May-20221 KiB5425

lundump.cH A D03-May-20224.4 KiB226193

lundump.hH A D03-May-2022890 3714

lvm.cH A D03-May-202222.6 KiB764686

lvm.hH A D03-May-20221.1 KiB3721

lzio.cH A D03-May-20221.6 KiB8359

lzio.hH A D03-May-20221.5 KiB6836

README

1This is Lua 5.0.
2See HISTORY for a summary of changes since the last released version.
3
4* What is Lua?
5  ------------
6  Lua is a powerful, light-weight programming language designed for extending
7  applications. Lua is also frequently used as a general-purpose, stand-alone
8  language. Lua is free software.
9
10  For complete information, visit Lua's web site at http://www.lua.org/ .
11  For an executive summary, see http://www.lua.org/about.html .
12
13  Lua has been used in many different projects around the world.
14  For a short list, see http://www.lua.org/uses.html .
15
16* Availability
17  ------------
18  Lua is freely available for both academic and commercial purposes.
19  See COPYRIGHT and http://www.lua.org/license.html for details.
20  Lua can be downloaded from its official site http://www.lua.org/ and
21  several other sites aroung the world. For a complete list of mirror sites,
22  see http://www.lua.org/mirrors.html .
23
24* Installation
25  ------------
26  Lua is implemented in pure ANSI C, and compiles unmodified in all known
27  platforms that have an ANSI C compiler. Under Unix, simply typing "make"
28  should work. See INSTALL for detailed instructions.
29
30* Contacting the authors
31  ----------------------
32  Send your comments, questions, and bug reports to lua@tecgraf.puc-rio.br.
33  For more information about the authors, see http://www.lua.org/authors.html .
34  For reporting bugs, try also the mailing list: lua-l@tecgraf.puc-rio.br.
35  For more information about this list, including instructions on how to
36  subscribe and access the archives, see http://www.lua.org/lua-l.html .
37
38* Origin
39  ------
40  Lua is developed at Tecgraf, the Computer Graphics Technology Group
41  of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro in Brazil).
42  Tecgraf is a laboratory of the Department of Computer Science.
43
44(end of README)
45