This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Robin A. Dorstijn fb8800914b Added advanced example for merge_transformers 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 Proposed corrections to PR #970 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 Added advanced example for merge_transformers 3 лет назад