ソースを参照

Merge pull request #93 from micaiahparker/master

added UnexpectedToken to __init__ for help unit testing
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.5.5
Erez Shinan 6年前
committed by GitHub
コミット
809857091f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      lark/__init__.py

+ 1
- 1
lark/__init__.py ファイルの表示

@@ -1,5 +1,5 @@
from .tree import Tree, Transformer, InlineTransformer
from .common import ParseError, GrammarError
from .common import ParseError, GrammarError, UnexpectedToken
from .lexer import UnexpectedInput, LexError
from .lark import Lark
from .utils import inline_args


読み込み中…
キャンセル
保存