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

..03-May-2022-

COPYRIGHTH A D09-Aug-20101.5 KiB3525

IMPORTANTINFOH A D09-Aug-2010122 32

READMEH A D09-Aug-20101.3 KiB3829

lapi.cH A D09-Aug-201022.2 KiB1,088853

lapi.hH A D09-Aug-2010262 175

lauxlib.cH A D09-Aug-201017 KiB653485

lauxlib.hH A D09-Aug-20105.6 KiB17597

lbaselib.cH A D09-Aug-201016.6 KiB654523

lcode.cH A D09-Aug-201020.8 KiB840699

lcode.hH A D09-Aug-20102.7 KiB7749

ldblib.cH A D09-Aug-20109.8 KiB398330

ldebug.cH A D09-Aug-201016.4 KiB639532

ldebug.hH A D09-Aug-20101 KiB3418

ldo.cH A D09-Aug-201014.5 KiB519424

ldo.hH A D09-Aug-20101.9 KiB5832

ldump.cH A D09-Aug-20103 KiB165137

lfunc.cH A D09-Aug-20104.5 KiB175136

lfunc.hH A D09-Aug-20101.1 KiB3519

lgc.cH A D09-Aug-201019.6 KiB712582

lgc.hH A D09-Aug-20103.1 KiB11160

linit.cH A D09-Aug-2010765 3924

liolib.cH A D09-Aug-201013.1 KiB554411

llex.cH A D09-Aug-201012.2 KiB462383

llex.hH A D09-Aug-20102.1 KiB8247

llimits.hH A D09-Aug-20102.3 KiB12953

lmathlib.cH A D09-Aug-20105.7 KiB264206

lmem.cH A D09-Aug-20102.1 KiB8742

lmem.hH A D09-Aug-20101.5 KiB5029

loadlib.cH A D09-Aug-201018.8 KiB667461

lobject.cH A D09-Aug-20105.4 KiB215175

lobject.hH A D09-Aug-20108.3 KiB382219

lopcodes.cH A D09-Aug-20102.8 KiB10385

lopcodes.hH A D09-Aug-20107.9 KiB269112

loslib.cH A D09-Aug-20105.9 KiB244186

lparser.cH A D09-Aug-201035.8 KiB1,3401,072

lparser.hH A D09-Aug-20102.2 KiB8357

lstate.cH A D09-Aug-20105.5 KiB215168

lstate.hH A D09-Aug-20104.9 KiB170110

lstring.cH A D09-Aug-20103 KiB11288

lstring.hH A D09-Aug-2010814 3215

lstrlib.cH A D09-Aug-201022.9 KiB870736

ltable.cH A D09-Aug-201015.9 KiB589410

ltable.hH A D09-Aug-20101.2 KiB4124

ltablib.cH A D09-Aug-20107.2 KiB288230

ltm.cH A D09-Aug-20101.6 KiB7651

ltm.hH A D09-Aug-20101,018 5532

lua.hH A D09-Aug-201011.4 KiB389180

luaconf.hH A D09-Aug-201021.8 KiB764248

lualib.hH A D09-Aug-20101 KiB5425

lundump.cH A D09-Aug-20104.5 KiB228195

lundump.hH A D09-Aug-2010890 3714

lvm.cH A D09-Aug-201022.6 KiB764686

lvm.hH A D09-Aug-20101.1 KiB3721

lzio.cH A D09-Aug-20101.6 KiB8359

lzio.hH A D09-Aug-20101.5 KiB6836

print.cH A D09-Aug-20104.8 KiB228208

README

1README for Lua 5.1
2
3See INSTALL for installation instructions.
4See HISTORY for a summary of changes since the last released version.
5
6* What is Lua?
7  ------------
8  Lua is a powerful, light-weight programming language designed for extending
9  applications. Lua is also frequently used as a general-purpose, stand-alone
10  language. Lua is free software.
11
12  For complete information, visit Lua's web site at http://www.lua.org/ .
13  For an executive summary, see http://www.lua.org/about.html .
14
15  Lua has been used in many different projects around the world.
16  For a short list, see http://www.lua.org/uses.html .
17
18* Availability
19  ------------
20  Lua is freely available for both academic and commercial purposes.
21  See COPYRIGHT and http://www.lua.org/license.html for details.
22  Lua can be downloaded at http://www.lua.org/download.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. In most Unix-like platforms, simply
28  do "make" with a suitable target. See INSTALL for detailed instructions.
29
30* Origin
31  ------
32  Lua is developed at Lua.org, a laboratory of the Department of Computer
33  Science of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro
34  in Brazil).
35  For more information about the authors, see http://www.lua.org/authors.html .
36
37(end of README)
38