MCPcopy Create free account
hub / github.com/DFHack/dfhack / luaX_lookahead

Function luaX_lookahead

depends/lua/src/llex.c:563–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561
562
563int luaX_lookahead (LexState *ls) {
564 lua_assert(ls->lookahead.token == TK_EOS);
565 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
566 return ls->lookahead.token;
567}
568

Callers 1

fieldFunction · 0.85

Calls 1

llexFunction · 0.85

Tested by

no test coverage detected