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)
|
Token(tkn t.Token)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Lexer
|
// Lexer php lexer
|
||||||
type Lexer struct {
|
type Lexer struct {
|
||||||
*lex.Lexer
|
*lex.Lexer
|
||||||
StateStack []int
|
StateStack []int
|
||||||
|
Loading…
Reference in New Issue
Block a user