Browse Source

added UnexpectedToken to __init__ for help unit testing

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.5.5
Micaiah Parker 6 years ago
parent
commit
57bdfac018
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lark/__init__.py

+ 1
- 1
lark/__init__.py View File

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


Loading…
Cancel
Save