代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/154878/11921268
readme
This is lua, a sample Lua interpreter.
It can be used as a batch interpreter and also interactively.
There are man pages for it in both nroff and html in ../../doc.
Usage: ./lua [options] [script [ar
www.eeworm.com/read/298327/3867468
readme
README for Lua 5.1
See INSTALL for installation instructions.
See HISTORY for a summary of changes since the last released version.
* What is Lua?
------------
Lua is a powerful, light-we
www.eeworm.com/read/105158/15677070
readme
This is lua, a sample Lua interpreter.
It can be used as a batch interpreter and also interactively.
There are man pages for it in both nroff and html in ../../doc.
Usage: ./lua [options] [script [ar
www.eeworm.com/read/192391/5157182
h luastate.h
#ifndef _LUA_LUASTATE_H
#define _LUA_LUASTATE_H
#include
#include
#include
#include
struct lua_State;
namespace io {
clas
www.eeworm.com/read/192080/5160069
h luastate.h
#ifndef _LUA_LUASTATE_H
#define _LUA_LUASTATE_H
#include
#include
#include
#include
struct lua_State;
namespace io {
clas
www.eeworm.com/read/367467/2843393
h nse_nsock.h
#ifndef NMAP_LUA_NSOCK_H
#define NMAP_LUA_NSOCK_H
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
int l_nsock_open(lua_State* l);
int l_nsock_new(lua_State* l);
int l_nsock_
www.eeworm.com/read/367467/2844480
h nse_nsock.h
#ifndef NMAP_LUA_NSOCK_H
#define NMAP_LUA_NSOCK_H
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
int l_nsock_open(lua_State* l);
int l_nsock_new(lua_State* l);
int l_nsock_
www.eeworm.com/read/228537/4764555
pkg tdirective.pkg
$#include "lualib.h"
$#include "lauxlib.h"
$int a;
$extern int a;
$int main (void)
${
$ lua_State* L = lua_open();
$ luaopen_base(L);
$ tolua_tdirective_open(L);
$ lua_dofile(L,"tdirective.lua");
$
www.eeworm.com/read/298327/3867511
cpp linit.cpp
/*
** $Id: linit.c,v 1.14 2005/12/29 15:32:11 roberto Exp $
** Initialization of libraries for lua.c
** See Copyright Notice in lua.h
*/
#define linit_c
#define LUA_LIB
#include "lua.h"
www.eeworm.com/read/367467/2843440
c linit.c
/*
** $Id: linit.c,v 1.14 2005/12/29 15:32:11 roberto Exp $
** Initialization of libraries for lua.c
** See Copyright Notice in lua.h
*/
#define linit_c
#define LUA_LIB
#include "lua.h"
#include "