mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
comment
This commit is contained in:
parent
78b40bf57d
commit
94e5545806
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lparser.h,v 1.40 2002/03/14 18:01:52 roberto Exp roberto $
|
** $Id: lparser.h,v 1.41 2002/03/25 17:47:14 roberto Exp roberto $
|
||||||
** Lua Parser
|
** Lua Parser
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -27,9 +27,9 @@ typedef enum {
|
|||||||
VUPVAL, /* info = index of upvalue in `upvalues' */
|
VUPVAL, /* info = index of upvalue in `upvalues' */
|
||||||
VGLOBAL, /* info = index of table; aux = index of global name in `k' */
|
VGLOBAL, /* info = index of table; aux = index of global name in `k' */
|
||||||
VINDEXED, /* info = table register; aux = index register (or `k') */
|
VINDEXED, /* info = table register; aux = index register (or `k') */
|
||||||
|
VJMP, /* info = instruction pc */
|
||||||
VRELOCABLE, /* info = instruction pc */
|
VRELOCABLE, /* info = instruction pc */
|
||||||
VNONRELOC, /* info = result register */
|
VNONRELOC, /* info = result register */
|
||||||
VJMP, /* info = result register */
|
|
||||||
VCALL /* info = result register */
|
VCALL /* info = result register */
|
||||||
} expkind;
|
} expkind;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user