Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7170
void luaX_lookahead (LexState *ls) {
7171
lua_assert(ls->lookahead.token == TK_EOS);
7172
ls->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
constructor
Function · 0.85
Calls
1
llex
Function · 0.85
Tested by
no test coverage detected