Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ Parse
Method
Parse
parse/parser.go:379–379 ·
view source on GitHub ↗
(yyLexer)
Source
from the content-addressed store, hash-verified
377
378
type
yyParser
interface
{
379
Parse(yyLexer) int
380
Lookahead() int
381
}
382
Callers
2
yyParse
Function · 0.65
mainAux
Function · 0.65
Implementers
1
yyParserImpl
parse/parser.go
Calls
no outgoing calls
Tested by
no test coverage detected