代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/238879/13317163
c lvm.c
/*
** $Id: lvm.c,v 2.63 2006/06/05 15:58:59 roberto Exp $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define lvm_c
#define
www.eeworm.com/read/319218/13458217
h lcode.h
/*
** $Id: lcode.h,v 1.48 2006/03/21 19:28:03 roberto Exp $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
#ifndef lcode_h
#define lcode_h
#include "llex.h"
#include "lobject.h"
#incl
www.eeworm.com/read/319218/13458229
h lundump.h
/*
** $Id: lundump.h,v 1.40 2005/11/11 14:03:13 lhf Exp $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
#ifndef lundump_h
#define lundump_h
#include "lobject.h"
#include "lzio.h
www.eeworm.com/read/409791/11311500
h lcode.h
/*
** $Id: lcode.h,v 1.47 2005/11/08 19:44:31 roberto Exp $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
#ifndef lcode_h
#define lcode_h
#include "llex.h"
#include "lobject.h"
#incl
www.eeworm.com/read/409791/11311516
c print.c
/*
** $Id: print.c,v 1.54 2006/01/11 22:49:27 lhf Exp $
** print bytecodes
** See Copyright Notice in lua.h
*/
#include
#include
#define luac_c
#define LUA_CORE
#include "ldebug
www.eeworm.com/read/409791/11311533
h lundump.h
/*
** $Id: lundump.h,v 1.40 2005/11/11 14:03:13 lhf Exp $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
#ifndef lundump_h
#define lundump_h
#include "lobject.h"
#include "lzio.h
www.eeworm.com/read/409791/11311568
c lvm.c
/*
** $Id: lvm.c,v 2.62 2006/01/23 19:51:43 roberto Exp $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define lvm_c
#define
www.eeworm.com/read/404808/11477787
c print.c
/*
** $Id: print.c,v 1.55a 2006/05/31 13:30:05 lhf Exp $
** print bytecodes
** See Copyright Notice in lua.h
*/
#include
#include
#define luac_c
#define LUA_CORE
#include "ldebu
www.eeworm.com/read/404808/11477818
c lvm.c
/*
** $Id: lvm.c,v 2.63.1.3 2007/12/28 15:32:23 roberto Exp $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define lvm_c
#de
www.eeworm.com/read/154878/11921055
1 luac.1
.\" luac.man,v 1.25 2002/12/13 11:45:12 lhf Exp
.TH LUAC 1 "2002/12/13 11:45:12"
.SH NAME
luac \- Lua compiler
.SH SYNOPSIS
.B luac
[
.I options
] [
.I filenames
]
.SH DESCRIPTION
.B luac
is the Lua c