代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/368351/9700403
c ldebug.c
/*
** $Id: ldebug.c,v 2.29.1.6 2008/05/08 16:56:26 roberto Exp $
** Debug Interface
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define ldebug_c
www.eeworm.com/read/105158/15676993
c bin2c.c
/*
* bin2c.c
* convert files to byte arrays for automatic loading with lua_dobuffer
* Luiz Henrique de Figueiredo (lhf@tecgraf.puc-rio.br)
* 02 Apr 2003 20:44:31
*/
#include
#include
www.eeworm.com/read/105158/15677061
c ldebug.c
/*
** $Id: ldebug.c,v 1.150 2003/03/19 21:24:04 roberto Exp $
** Debug Interface
** See Copyright Notice in lua.h
*/
#include
#include
#define ldebug_c
#include "lua.h"
#inc
www.eeworm.com/read/322246/13384267
pdf 用python,lua和ruby语言设计游戏-game.programming.with.python.lua.and.ruby.pdf
www.eeworm.com/read/290325/8489823
cpp config.cpp
// config.cpp -- 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++ interf
www.eeworm.com/read/290224/8495076
c ldo.c
/*
** $Id: ldo.c,v 2.38.1.3 2008/01/18 22:31:22 roberto Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#include
#include
#include
#def
www.eeworm.com/read/290224/8495117
c liolib.c
/*
** $Id: liolib.c,v 2.73.1.3 2008/01/18 17:47:43 roberto Exp $
** Standard I/O (and system) library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#i
www.eeworm.com/read/290224/8495160
c ldebug.c
/*
** $Id: ldebug.c,v 2.29.1.3 2007/12/28 15:32:23 roberto Exp $
** Debug Interface
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define ldebug_c
www.eeworm.com/read/290224/8495181
c loslib.c
/*
** $Id: loslib.c,v 1.19.1.3 2008/01/18 16:38:18 roberto Exp $
** Standard Operating System library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#
www.eeworm.com/read/290224/8495183
c loadlib.c
/*
** $Id: loadlib.c,v 1.52.1.2 2007/12/28 14:58:43 roberto Exp $
** Dynamic library loader for Lua
** See Copyright Notice in lua.h
**
** This module contains an implementation of loadlib for Unix sy