#include "llimits.h"
#include "lobject.h"
#include "ltable.h"
#include "lzio.h"
Go to the source code of this file.
Data Structures | |
struct | expdesc |
struct | FuncState |
Enumerations | |
enum | expkind { VVOID, VNIL, VTRUE, VFALSE, VK, VLOCAL, VUPVAL, VGLOBAL, VINDEXED, VJMP, VRELOCABLE, VNONRELOC, VCALL } |
Functions | |
Proto * | luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff) |
enum expkind |
Definition at line 427 of file lparser.c.
References LexState::buff, check_condition, chunk(), close_func(), FuncState::f, FuncState::L, lua_assert, luaS_new, luaX_setinput(), LexState::nestlevel, next, Proto::nups, open_func(), FuncState::prev, LexState::t, TK_EOS, Token::token, and zname.
Referenced by f_parser().