Merge branch 'master' into dev
This commit is contained in:
@@ -108,7 +108,7 @@ func (l *Lexer) popState() {
|
||||
l.StateStack = l.StateStack[:len-1]
|
||||
}
|
||||
|
||||
func (l *Lexer) begin(state int) {
|
||||
func (l *Lexer) Begin(state int) {
|
||||
len := len(l.StateStack)
|
||||
l.StateStack = l.StateStack[:len-1]
|
||||
l.StateStack = append(l.StateStack, state)
|
||||
|
||||
Reference in New Issue
Block a user