Lines Matching +full:- +full:c
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
10 border-radius: 8px ;
16 word-spacing: 0.25em ;
20 padding-bottom: 0.2em ;
24 font-size: 12pt ;
54 <A HREF="http://www.puc-rio.br/">PUC-Rio</A>,
85 Lua is implemented in pure ANSI C and compiles unmodified in all known
86 platforms that have an ANSI C compiler.
87 Lua also compiles unmodified as C++.
88 The instructions given below for building Lua are for Unix-like platforms.
97 <A HREF="http://lua-users.org/wiki/LuaBinaries">LuaBinaries</A>.
100 a multi-platform distribution of Lua that includes batteries.
104 In most Unix-like platforms, simply do "<KBD>make</KBD>" with a suitable target.
110 the top-level directory, which is named <TT>lua-5.3.5</TT>.
141 (which is probably named <TT>libreadline-dev</TT> or <TT>readline-devel</TT>).
143 then try "<KBD>make linux MYLIBS=-ltermcap</KBD>".
191 embedding Lua in C or C++ programs.
226 lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c
227 lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c ltable.c
228 ltm.c lundump.c lvm.c lzio.c
229 lauxlib.c lbaselib.c lbitlib.c lcorolib.c ldblib.c liolib.c
230 lmathlib.c loslib.c lstrlib.c ltablib.c lutf8lib.c loadlib.c linit.c
234 library, lua.c
238 library, luac.c
244 C libraries for Lua you'll need to know how to create dynamic libraries
267 <LI> integers (64-bit by default)
268 <LI> official support for 32-bit numbers
270 <LI> basic utf-8 support
294 <H3>C API</H3>
296 <LI> simpler API for continuation functions in C
316 <IMG SRC="osi-certified-72x60.png" ALIGN="right" ALT="[osi certified]" STYLE="padding-left: 30px ;">
319 <A HREF="http://www.opensource.org/licenses/mit-license.html">MIT license</A>
330 <BLOCKQUOTE STYLE="padding-bottom: 0em">
331 Copyright © 1994–2017 Lua.org, PUC-Rio.
358 Mon Jun 18 22:57:33 -03 2018
360 <!--
362 -->