rpm  4.5
Data Structures | Typedefs | Enumerations | Functions
lparser.h File Reference
#include "llimits.h"
#include "lobject.h"
#include "ltable.h"
#include "lzio.h"
Include dependency graph for lparser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  expdesc
 
struct  FuncState
 

Typedefs

typedef struct expdesc expdesc
 
typedef struct FuncState FuncState
 

Enumerations

enum  expkind {
  VVOID, VNIL, VTRUE, VFALSE,
  VK, VLOCAL, VUPVAL, VGLOBAL,
  VINDEXED, VJMP, VRELOCABLE, VNONRELOC,
  VCALL
}
 

Functions

ProtoluaY_parser (lua_State *L, ZIO *z, Mbuffer *buff)
 

Typedef Documentation

typedef struct expdesc expdesc
typedef struct FuncState FuncState

Enumeration Type Documentation

enum expkind
Enumerator
VVOID 
VNIL 
VTRUE 
VFALSE 
VK 
VLOCAL 
VUPVAL 
VGLOBAL 
VINDEXED 
VJMP 
VRELOCABLE 
VNONRELOC 
VCALL 

Definition at line 20 of file lparser.h.

Function Documentation

Proto* luaY_parser ( lua_State L,
ZIO z,
Mbuffer buff 
)