This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Erez Shinan d637b1179f
Merge pull request #930 from MegaIng/fix-tree_matcher
3 years ago
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4 years ago
grammars Python2.7 compatibility 3 years ago
parsers Tiny adjustments 3 years ago
tools Docs: tools page + more explanations 3 years ago
__init__.py Refactor PropagatePositions, change Token.pos_in_stream to start_pos 3 years ago
ast_utils.py Docs: Improved documentation of exceptions 3 years ago
common.py Bugfix for deepcopy + small unrelated refactor (issue #938) 3 years ago
exceptions.py Docs: Improved documentation of exceptions 3 years ago
grammar.py Cleanup, and a few PEP8 changes 3 years ago
indenter.py A few updates to stubs (fix #856) 3 years ago
lark.py Docs: Improved documentation of exceptions 3 years ago
lexer.py Change how propagate_positions work 3 years ago
load_grammar.py Merge pull request #930 from MegaIng/fix-tree_matcher 3 years ago
parse_tree_builder.py Tiny comment fix 3 years ago
parser_frontends.py Tiny fix: MakeParsingFrontend is a regular method, not a classmethod 3 years ago
reconstruct.py Update reconstruct.pyi + add insert_spaces 3 years ago
tree.py Docs: Added docstring to Tree.scan_values() 3 years ago
tree_matcher.py Fix for slices getting reduce to single getitem 3 years ago
utils.py Refactored PR #949 and edited the comments/docstrings 3 years ago
visitors.py Docs: Small fix in Transformer 3 years ago