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

..01-Apr-2019-

COPYRIGHTH A D01-Apr-20191.5 KiB3525

Makefile.amH A D01-Apr-20191.4 KiB1610

READMEH A D01-Apr-20191.3 KiB3829

language_definition.hH A D01-Apr-201921 KiB730637

lapi.cH A D01-Apr-201929.2 KiB1,2851,021

lapi.hH A D01-Apr-2019494 2511

lauxlib.cH A D01-Apr-201926.8 KiB960678

lauxlib.hH A D01-Apr-20197.1 KiB213113

lbaselib.cH A D01-Apr-201911.9 KiB459360

lbitlib.cH A D01-Apr-20194.2 KiB212146

lcode.cH A D01-Apr-201921.8 KiB882726

lcode.hH A D01-Apr-20193 KiB8455

lctype.cH A D01-Apr-20192.2 KiB5341

lctype.hH A D01-Apr-20191.8 KiB9639

ldblib.cH A D01-Apr-20199.8 KiB399326

ldebug.cH A D01-Apr-201915.2 KiB581475

ldebug.hH A D01-Apr-20191 KiB3517

ldo.cH A D01-Apr-201920 KiB674537

ldo.hH A D01-Apr-20191.4 KiB4726

ldump.cH A D01-Apr-20193.1 KiB174145

lfunc.cH A D01-Apr-20194.1 KiB162124

lfunc.hH A D01-Apr-2019993 3418

lgc.cH A D01-Apr-201936.6 KiB1,214834

lgc.hH A D01-Apr-20195.2 KiB15877

linit.cH A D01-Apr-20191.6 KiB6832

liolib.cH A D01-Apr-201916.6 KiB666468

llex.cH A D01-Apr-201914.8 KiB528415

llex.hH A D01-Apr-20192.1 KiB7946

llimits.hH A D01-Apr-20197.3 KiB310155

lmathlib.cH A D01-Apr-20196.4 KiB280222

lmem.cH A D01-Apr-20192.5 KiB10056

lmem.hH A D01-Apr-20191.7 KiB5829

lobject.cH A D01-Apr-20197.7 KiB288228

lobject.hH A D01-Apr-201914.5 KiB608314

lopcodes.cH A D01-Apr-20192.9 KiB10889

lopcodes.hH A D01-Apr-20198.2 KiB289124

loslib.cH A D01-Apr-20197.8 KiB324237

lparser.cH A D01-Apr-201944.8 KiB1,6391,268

lparser.hH A D01-Apr-20193.2 KiB12081

lstate.cH A D01-Apr-20197.4 KiB323229

lstate.hH A D01-Apr-20197.3 KiB229139

lstring.cH A D01-Apr-20194.7 KiB186121

lstring.hH A D01-Apr-20191.2 KiB4720

lstrlib.cH A D01-Apr-201927.6 KiB1,020836

ltable.cH A D01-Apr-201916 KiB589411

ltable.hH A D01-Apr-20191.2 KiB4225

ltablib.cH A D01-Apr-20197.4 KiB284219

ltm.cH A D01-Apr-20191.7 KiB7853

ltm.hH A D01-Apr-20191 KiB5834

lua.hH A D01-Apr-201913.2 KiB445222

lua_hud_objects.cppH A D01-Apr-201991.4 KiB3,3232,721

lua_hud_objects.hH A D01-Apr-20193.2 KiB9851

lua_hud_script.cppH A D01-Apr-20198.2 KiB420316

lua_hud_script.hH A D01-Apr-20191.3 KiB4717

lua_map.cppH A D01-Apr-2019103.9 KiB3,4892,860

lua_map.hH A D01-Apr-20194.7 KiB14884

lua_mnemonics.hH A D01-Apr-201923.2 KiB1,030963

lua_monsters.cppH A D01-Apr-201934.3 KiB1,100894

lua_monsters.hH A D01-Apr-20191.4 KiB5724

lua_objects.cppH A D01-Apr-201921.7 KiB819653

lua_objects.hH A D01-Apr-20192.2 KiB8140

lua_player.cppH A D01-Apr-201985.3 KiB2,8742,363

lua_player.hH A D01-Apr-20191.4 KiB5623

lua_projectiles.cppH A D01-Apr-201913.7 KiB451361

lua_projectiles.hH A D01-Apr-20191.5 KiB5422

lua_saved_objects.cppH A D01-Apr-20197.6 KiB280209

lua_saved_objects.hH A D01-Apr-20192.1 KiB7435

lua_script.cppH A D01-Apr-201958.3 KiB2,2651,777

lua_script.hH A D01-Apr-20194.8 KiB162111

lua_serialize.cppH A D01-Apr-20196.1 KiB309226

lua_serialize.hH A D01-Apr-20191.1 KiB4715

lua_templates.hH A D01-Apr-201923.1 KiB1,030790

luaconf.hH A D01-Apr-201915.1 KiB555187

lualib.hH A D01-Apr-20191 KiB5627

lundump.cH A D01-Apr-20195.5 KiB260221

lundump.hH A D01-Apr-2019717 2910

lvm.cH A D01-Apr-201928.3 KiB875759

lvm.hH A D01-Apr-20191.4 KiB4525

lzio.cH A D01-Apr-20191.5 KiB7755

lzio.hH A D01-Apr-20191.4 KiB6634

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