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

..03-May-2022-

COPYRIGHTH A D06-Nov-20131.5 KiB3525

READMEH A D06-Nov-20131.8 KiB4536

lapi.cH A D06-Nov-201322.1 KiB1,086851

lapi.hH A D06-Nov-2013262 175

lauxlib.cH A D06-Nov-201317 KiB653485

lauxlib.hH A D06-Nov-20135.6 KiB17597

lbaselib.cH A D06-Nov-201316.5 KiB652521

lcode.cH A D06-Nov-201320.8 KiB840699

lcode.hH A D06-Nov-20132.7 KiB7749

ldblib.cH A D06-Nov-20139.8 KiB398330

ldebug.cH A D06-Nov-201315.8 KiB623521

ldebug.hH A D06-Nov-20131 KiB3418

ldo.cH A D06-Nov-201314.5 KiB519424

ldo.hH A D06-Nov-20131.9 KiB5832

ldump.cH A D06-Nov-20133 KiB165137

lfunc.cH A D06-Nov-20134.5 KiB175136

lfunc.hH A D06-Nov-20131.1 KiB3519

lgc.cH A D06-Nov-201319.6 KiB712582

lgc.hH A D06-Nov-20133.1 KiB11160

linit.cH A D06-Nov-2013765 3924

liolib.cH A D06-Nov-201313.1 KiB554411

llex.cH A D06-Nov-201312.2 KiB462383

llex.hH A D06-Nov-20132.1 KiB8247

llimits.hH A D06-Nov-20132.3 KiB12953

lmathlib.cH A D06-Nov-20135.7 KiB264206

lmem.cH A D06-Nov-20132.1 KiB8742

lmem.hH A D06-Nov-20131.5 KiB5029

loadlib.cH A D06-Nov-201318.6 KiB665459

lobject.cH A D06-Nov-20135.4 KiB215175

lobject.hH A D06-Nov-20138.3 KiB382219

lopcodes.cH A D06-Nov-20132.8 KiB10385

lopcodes.hH A D06-Nov-20137.9 KiB269112

loslib.cH A D06-Nov-20135.9 KiB244186

lparser.cH A D06-Nov-201335.8 KiB1,3401,072

lparser.hH A D06-Nov-20132.2 KiB8357

lstate.cH A D06-Nov-20135.5 KiB215168

lstate.hH A D06-Nov-20134.9 KiB170110

lstring.cH A D06-Nov-20133 KiB11288

lstring.hH A D06-Nov-2013814 3215

lstrlib.cH A D06-Nov-201322.9 KiB869735

ltable.cH A D06-Nov-201315.9 KiB589410

ltable.hH A D06-Nov-20131.2 KiB4124

ltablib.cH A D06-Nov-20136.9 KiB280224

ltests.cH A D06-Nov-201320 KiB853696

ltm.cH A D06-Nov-20131.6 KiB7651

ltm.hH A D06-Nov-20131,018 5532

lua.hH A D06-Nov-201311.4 KiB389180

luaconf.hH A D06-Nov-201321.8 KiB764253

lualib.hH A D06-Nov-20131 KiB5425

lundump.cH A D06-Nov-20134.4 KiB226193

lundump.hH A D06-Nov-2013890 3714

lvm.cH A D06-Nov-201322.6 KiB764686

lvm.hH A D06-Nov-20131.1 KiB3721

lzio.cH A D06-Nov-20131.6 KiB8359

lzio.hH A D06-Nov-20131.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