MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaX_lookahead

Function luaX_lookahead

Source/Misc/lua/src/lua.c:7170–7173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7168
7169
7170void luaX_lookahead (LexState *ls) {
7171lua_assert(ls->lookahead.token == TK_EOS);
7172ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
7173}
7174
7175/*
7176** $Id: lmem.c,v 1.70.1.1 2007/12/27 13:02:25 roberto Exp $

Callers 1

constructorFunction · 0.85

Calls 1

llexFunction · 0.85

Tested by

no test coverage detected