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

Method Lex

parse/parser.go:374–374  ·  view source on GitHub ↗
(lval *yySymType)

Source from the content-addressed store, hash-verified

372
373type yyLexer interface {
374 Lex(lval *yySymType) int
375 Error(s string)
376}
377

Callers 1

yylex1Function · 0.65

Implementers 1

Lexerparse/lexer.go

Calls

no outgoing calls

Tested by

no test coverage detected