#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 expdesc | expdesc |
| typedef FuncState | 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) |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Definition at line 427 of file lparser.c. References LexState::buff, check_condition, chunk(), close_func(), FuncState::f, 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(). |
1.4.4