代码搜索:Lua

找到约 9,588 项符合「Lua」的源代码

代码结果 9,588
www.eeworm.com/read/404808/11477740

makefile

# makefile for Lua etc TOP= .. LIB= $(TOP)/src INC= $(TOP)/src BIN= $(TOP)/src SRC= $(TOP)/src TST= $(TOP)/test CC= gcc CFLAGS= -O2 -Wall -I$(INC) $(MYCFLAGS) MYCFLAGS= MYLDFLAGS= -Wl,-E MYLIBS= -l
www.eeworm.com/read/404808/11477763

makefile

# makefile for building Lua # see ../INSTALL for installation instructions # see ../Makefile and luaconf.h for further customization # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ==========
www.eeworm.com/read/154878/11920985

configure

#!/bin/sh # Lua does not use GNU autoconf; just edit ./config if needed to suit your # platform and then run make. # This shows the parameters currently set in ./config: make echo # If you want con
www.eeworm.com/read/154878/11920997

update

This is Lua 5.0.2, an update of Lua 5.0 that includes the following changes, which fix all known bugs in Lua 5.0. For the exact differences, see DIFFS. src/ldo.c Attempt to resume running coroutine
www.eeworm.com/read/154878/11920998

build

# If you don't want to use make, run this script. # But make sure you read config to see what can be customized. # Easiest way to build bin/lua: # cc -O2 -o bin/lua -Iinclude -Isrc src/*.c src/lib/*
www.eeworm.com/read/154878/11921037

c noparser.c

/* * The code below can be used to make a Lua core that does not contain the * parsing modules (lcode, llex, lparser), which represent 35% of the total core. * You'll only be able to load binary files
www.eeworm.com/read/154878/11921044

html readme.html

Lua documentation Documentation
www.eeworm.com/read/154878/11921059

html contents.html

Lua: 5.0 reference manual - contents Refere
www.eeworm.com/read/154878/11921062

makefile

# makefile for Lua distribution (includes) LUA= .. include $(LUA)/config SRCS= lua.h lualib.h lauxlib.h all: clean: co: co -q -f -M $(SRCS) klean: clean rm -f $(SRCS)
www.eeworm.com/read/154878/11921077

manifest

MANIFEST contents of Lua 5.0.2 distribution on Wed Mar 17 17:59:01 BRT 2004 lua-5.0.2 lua-5.0.2/COPYRIGHT lua-5.0.2/DIFFS lua-5.0.2/HISTORY lua-5.0.2/INSTALL lua-5.0.2/MANIFEST lua-5.0.2/Makefile lua-