#include <llex.h>

Data Fields | |
| int | current |
| int | linenumber |
| int | lastline |
| Token | t |
| Token | lookahead |
| struct FuncState * | fs |
| struct lua_State * | L |
| ZIO * | z |
| Mbuffer * | buff |
| TString * | source |
| char | decpoint |
| struct FuncState* LexState::fs |
| struct lua_State* LexState::L |
| char LexState::decpoint |