This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Erez Shinan d637b1179f
Merge pull request #930 from MegaIng/fix-tree_matcher
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 Docs: Improved documentation of exceptions 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 Change how propagate_positions work 3年前
load_grammar.py Merge pull request #930 from MegaIng/fix-tree_matcher 3年前
parse_tree_builder.py Tiny comment fix 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 Docs: Added docstring to Tree.scan_values() 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年前