Add simple comments to scanner exported methods
This commit is contained in:
parent
aee54762aa
commit
ae3f612879
@ -298,7 +298,7 @@ type Lval interface {
|
||||
Token(tkn t.Token)
|
||||
}
|
||||
|
||||
// Lexer
|
||||
// Lexer php lexer
|
||||
type Lexer struct {
|
||||
*lex.Lexer
|
||||
StateStack []int
|
||||
|
Loading…
Reference in New Issue
Block a user