Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Data Structures | |
struct | expdesc |
struct | upvaldesc |
struct | FuncState |
Typedefs | |
typedef struct expdesc | expdesc |
typedef struct upvaldesc | upvaldesc |
typedef struct FuncState | FuncState |
Enumerations | |
enum | expkind { VVOID , VNIL , VTRUE , VFALSE , VK , VKNUM , VLOCAL , VUPVAL , VGLOBAL , VINDEXED , VJMP , VRELOCABLE , VNONRELOC , VCALL , VVARARG } |
Functions | |
LUAI_FUNC Proto * | luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) |
typedef struct expdesc expdesc |
typedef struct FuncState FuncState |
typedef struct upvaldesc upvaldesc |
enum expkind |
Definition at line 25 of file noparser.c.
References LexState::buff, check, chunk(), close_func(), FuncState::f, LexState::fs, Proto::is_vararg, FuncState::L, lua_assert, lua_error(), lua_pushliteral, luaS_new, luaX_next(), luaX_setinput(), name, NULL, Proto::nups, open_func(), FuncState::prev, TK_EOS, UNUSED, and VARARG_ISVARARG.
Referenced by f_parser(), f_parser(), f_parser(), and f_parser().