Lex returns a token and store the token value in v. Scanner satisfies yyLexer interface. 0 and invalid are special token id this function would return: return 0 tells parser that scanner meets EOF, return invalid tells parser that scanner meets illegal character.
(v *yySymType)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected