MCPcopy 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
378type yyParser interface {
379 Parse(yyLexer) int
380 Lookahead() int
381}
382

Callers 2

yyParseFunction · 0.65
mainAuxFunction · 0.65

Implementers 1

yyParserImplparse/parser.go

Calls

no outgoing calls

Tested by

no test coverage detected