Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/z7zmey/php-parser
/ Lex
Method
Lex
php7/parser.go:39–43 ·
view source on GitHub ↗
(lval *yySymType)
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(l *Parser) Lex(lval *yySymType) int {
40
t := l.Lexer.Lex(lval)
41
l.currentToken = lval.token
42
return
t
43
}
44
45
func
(l *Parser) Error(msg string) {
46
pos := &position.Position{
Callers
nothing calls this directly
Implementers
2
Parser
php7/parser.go
Parser
php5/parser.go
Calls
1
Lex
Method · 0.65
Tested by
no test coverage detected