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) Token(tkn t.Token)
} }
// Lexer // Lexer php lexer
type Lexer struct { type Lexer struct {
*lex.Lexer *lex.Lexer
StateStack []int StateStack []int