瀏覽代碼

make LexerState inherit from object

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.3
Gary Geng 3 年之前
父節點
當前提交
38ab4232ae
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      lark/lexer.py

+ 1
- 1
lark/lexer.py 查看文件

@@ -404,7 +404,7 @@ class TraditionalLexer(Lexer):
raise EOFError(self)


class LexerState:
class LexerState(object):
__slots__ = 'text', 'line_ctr', 'last_token'

def __init__(self, text, line_ctr, last_token=None):


Loading…
取消
儲存