lark/lark-stubs/__init__.pyi

11 lines
361 B
Python
Raw Normal View History

2020-02-15 04:08:58 +00:00
# -*- coding: utf-8 -*-
from .tree import Tree
from .visitors import Transformer, Visitor, v_args, Discard
from .visitors import InlineTransformer, inline_args # XXX Deprecated
from .exceptions import ParseError, LexError, GrammarError, UnexpectedToken, UnexpectedInput, UnexpectedCharacters
from .lexer import Token
from .lark import Lark
__version__: str