mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
7
python/extractor/lark/__init__.py
Normal file
7
python/extractor/lark/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
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 .lark import Lark
|
||||
|
||||
__version__ = "0.6.3"
|
||||
Reference in New Issue
Block a user