MCPcopy Index your code
hub / github.com/yuin/gopher-lua / yyParserImpl

Struct yyParserImpl

parse/parser.go:383–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383type yyParserImpl struct {
384 lval yySymType
385 stack [yyInitialStackSize]yySymType
386 char int
387}
388
389func (p *yyParserImpl) Lookahead() int {
390 return p.char

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected