代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/154878/11921137
c lopcodes.c
/*
** $Id: lopcodes.c,v 1.22 2002/12/04 17:38:31 roberto Exp $
** extracted automatically from lopcodes.h by mkprint.lua
** DO NOT EDIT
** See Copyright Notice in lua.h
*/
#define lopcodes_c
#inclu
www.eeworm.com/read/154878/11921152
readme
This is luac, the Lua compiler.
There are man pages for it in both nroff and html in ../../doc.
luac translates Lua programs into binary files that can be loaded latter.
The main advantages of pre-co
www.eeworm.com/read/256544/11987624
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/256544/11987691
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/250350/12412630
cpp promptbox.cpp
// PromptBox.cpp : implementation file
//
#include "stdafx.h"
#include "femme.h"
#include "PromptBox.h"
#include "lua.h"
extern lua_State *lua;
// CPromptBox dialog
IMPLEMENT_DYNAMIC(C
www.eeworm.com/read/475633/6775034
h config.h
// config.h -- by Thatcher Ulrich 22 July 2001
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Configuration glue. C++ interface to
www.eeworm.com/read/395456/8172451
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/395456/8172517
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/368351/9700249
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/368351/9700300
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 ==========