summaryrefslogtreecommitdiff
path: root/doc/index.html
blob: e6ff5faffdb066edbe2d09523db390f88e322ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<HTML>
<HEAD>
<TITLE>Lua 3.2 Reference Manual - Contents</TITLE>
</HEAD>

<BODY BGCOLOR="#FFFFFF">

<HR>
<H1>Reference Manual of the Programming Language
<A HREF="http://www.tecgraf.puc-rio.br/lua/">Lua</A>
3.2</H1>
<P>
<A HREF="http://www.inf.puc-rio.br/~roberto/">Roberto Ierusalimschy</A>,
<A HREF="http://www.tecgraf.puc-rio.br/~lhf/">Luiz Henrique de Figueiredo</A>,
<A HREF="http://www.tecgraf.puc-rio.br/~celes/">Waldemar Celes</A>
<BR>
<A HREF="mailto:lua@tecgraf.puc-rio.br">lua@tecgraf.puc-rio.br</A><BR>
<A HREF="http://www.tecgraf.puc-rio.br">TeCGraf</A>,
<A HREF="http://www.inf.puc-rio.br">Computer Science Department</A>,
<A HREF="http://www.puc-rio.br">PUC-Rio</A>
<P>

[
<A HREF="manual.html">top</A>
|
<A HREF="#contents">contents</A>
|
<A HREF="idx.html">index</A>
|
<A HREF="ftp://ftp.tecgraf.puc-rio.br/pub/lua/refman.ps.gz">ps</A>
|
<A HREF="ftp://ftp.tecgraf.puc-rio.br/pub/lua/refman.pdf">pdf</A>
|
<A HREF="old/">old versions</A>
]
<HR>
<A NAME="contents"></A>
<UL>
<LI><A HREF="manual.html#1.">1 - Introduction</A>
<LI><A HREF="manual.html#2.">2 - Environment and Chunks</A>
<LI><A HREF="manual.html#3.">3 - Types and Tags</A> 
<LI><A HREF="manual.html#4.">4 - The Language</A>
 <UL>
 <LI><A HREF="manual.html#4.1">4.1 - Lexical Conventions</A> 
 <LI><A HREF="manual.html#4.2">4.2 - The Pre-processor</A> 
 <LI><A HREF="manual.html#4.3">4.3 - Coercion</A> 
 <LI><A HREF="manual.html#4.4">4.4 - Adjustment</A> 
 <LI><A HREF="manual.html#4.5">4.5 - Statements</A>
 <LI><A HREF="manual.html#4.6">4.6 - Expressions</A>
 <LI><A HREF="manual.html#4.7">4.7 - Visibility and Upvalues</A> 
 <LI><A HREF="manual.html#4.8">4.8 - Tag Methods</A> 
 <LI><A HREF="manual.html#4.9">4.9 - Error Handling</A> 
 </UL>
<LI><A HREF="manual.html#5.">5 - The Application Program Interface</A>
 <UL>
 <LI><A HREF="manual.html#5.1">5.1 - Managing States</A> 
 <LI><A HREF="manual.html#5.2">5.2 - Exchanging Values between C and Lua</A> 
 <LI><A HREF="manual.html#5.3">5.3 - Garbage Collection</A>
 <LI><A HREF="manual.html#5.4">5.4 - Executing Lua Code</A>
 <LI><A HREF="manual.html#5.5">5.5 - Manipulating Lua Objects</A>
 <LI><A HREF="manual.html#5.6">5.6 - Calling Lua Functions</A>
 <LI><A HREF="manual.html#5.7">5.7 - C Functions</A> 
 <LI><A HREF="manual.html#5.8">5.8 - References to Lua Objects</A>
 </UL>
<LI><A HREF="manual.html#6.">6 - Predefined Functions and Libraries</A>
 <UL>
 <LI><A HREF="manual.html#6.1">6.1 - Predefined Functions</A> 
 <LI><A HREF="manual.html#6.2">6.2 - String Manipulation</A>
 <LI><A HREF="manual.html#6.3">6.3 - Mathematical Functions</A> 
 <LI><A HREF="manual.html#6.4">6.4 - I/O Facilities</A> 
 </UL>
<LI><A HREF="manual.html#7.">7 - The Debugger Interface</A> 
 <UL>
 <LI><A HREF="manual.html#7.1">7.1 - Stack and Function Information</A>
 <LI><A HREF="manual.html#7.2">7.2 - Manipulating Local Variables</A>
 <LI><A HREF="manual.html#7.3">7.3 - Hooks</A>
 <LI><A HREF="manual.html#7.4">7.4 - The Reflexive Debugger Interface</A>
 </UL>
<LI><A HREF="manual.html#8.">8 - Lua Stand-alone</A> 
<LI><A HREF="manual.html#Acknowledgments">Acknowledgments</A>
<LI><A HREF="manual.html#Incompatibilities">Incompatibilities with Previous Versions</A>
<LI><A HREF="idx.html">Index</A>
</UL>

<HR>
<SMALL>
Last update:
Wed Jul  7 13:36:24 EST 1999
by <A HREF="http://www.tecgraf.puc-rio.br/~lhf/">lhf</A>.
</SMALL>

</BODY>
</HTML>