代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/404808/11477811
c lobject.c
/*
** $Id: lobject.c,v 2.22.1.1 2007/12/27 13:02:25 roberto Exp $
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
#include
#include
#include
www.eeworm.com/read/404808/11477817
h lobject.h
/*
** $Id: lobject.h,v 2.20.1.1 2007/12/27 13:02:25 roberto Exp $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
#ifndef lobject_h
#define lobject_h
#include
www.eeworm.com/read/154878/11921251
h lopcodes.h
/*
** $Id: lopcodes.h,v 1.102 2002/08/21 18:56:09 roberto Exp $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
#ifndef lopcodes_h
#define lopcodes_h
#include "llimits.h"
/*
www.eeworm.com/read/256544/11987851
h lopcodes.h
/*
** $Id: lopcodes.h,v 1.125 2006/03/14 19:04:44 roberto Exp $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
#ifndef lopcodes_h
#define lopcodes_h
#include "llimits.h"
/*
www.eeworm.com/read/250350/12412502
h lopcodes.h
/*
** $Id: lopcodes.h,v 1.68 2000/10/24 16:05:59 roberto Exp $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
#ifndef lopcodes_h
#define lopcodes_h
#include "llimits.h"
/*=
www.eeworm.com/read/192391/5157207
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/
www.eeworm.com/read/192391/5157243
cpp lstate.cpp
/*
** $Id: lstate.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Global State
** See Copyright Notice in lua.h
*/
#include
#define lstate_c
#include "lua.h"
#include "l
www.eeworm.com/read/192391/5157249
cpp lzio.cpp
/*
** $Id: lzio.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** a generic input stream interface
** See Copyright Notice in lua.h
*/
#include
#define lzio_c
#include "lua.h
www.eeworm.com/read/192391/5157255
c print.c
/*
** $Id: print.c,v 1.1.1.1 2006/02/20 15:43:38 kajala Exp $
** print bytecodes
** See Copyright Notice in lua.h
*/
#include
#if 0
#define DEBUG_PRINT
#endif
#ifndef LUA_OPNA
www.eeworm.com/read/192391/5157263
cpp ldump.cpp
/*
** $Id: ldump.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** save bytecodes
** See Copyright Notice in lua.h
*/
#include
#define ldump_c
#include "lua.h"
#include "lob