This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Erez Sh b3816b9a90 Added utility function: List grammar imports + test 3年前
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4年前
grammars Python2.7 compatibility 3年前
parsers Tiny adjustments 3年前
tools Docs: tools page + more explanations 3年前
__init__.py Refactor PropagatePositions, change Token.pos_in_stream to start_pos 3年前
ast_utils.py Docs: Improved documentation of exceptions 3年前
common.py Bugfix for deepcopy + small unrelated refactor (issue #938) 3年前
exceptions.py Reworked grammar to simplify later processing + expand_kids_by_data + tests 3年前
grammar.py Cleanup, and a few PEP8 changes 3年前
indenter.py A few updates to stubs (fix #856) 3年前
lark.py Docs: Improved documentation of exceptions 3年前
lexer.py Reworked grammar to simplify later processing + expand_kids_by_data + tests 3年前
load_grammar.py Added utility function: List grammar imports + test 3年前
parse_tree_builder.py Reworked grammar to simplify later processing + expand_kids_by_data + tests 3年前
parser_frontends.py Tiny fix: MakeParsingFrontend is a regular method, not a classmethod 3年前
reconstruct.py Update reconstruct.pyi + add insert_spaces 3年前
tree.py Change expand_kids_by_data to use range 3年前
tree_matcher.py Fix for slices getting reduce to single getitem 3年前
utils.py Refactored PR #949 and edited the comments/docstrings 3年前
visitors.py Docs: Small fix in Transformer 3年前