Add simple comments to scanner exported methods

This commit is contained in:
z7zmey 2018-02-19 13:34:44 +02:00
parent aee54762aa
commit ae3f612879

View File

@ -298,7 +298,7 @@ type Lval interface {
Token(tkn t.Token)
}
// Lexer
// Lexer php lexer
type Lexer struct {
*lex.Lexer
StateStack []int