This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
MegaIng a787ea83d7 Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 3 лет назад
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4 лет назад
grammars A few more type annotations, reduce use of inline flags 3 лет назад
parsers Refactor: Eradicated inheritance from object 3 лет назад
tools Rename lexer: Standard/Traditional -> Basic 3 лет назад
__init__.py Last batch of .pyi files 3 лет назад
ast_utils.py Refactor: Eradicated inheritance from object 3 лет назад
common.py Fixes to typing and tests 3 лет назад
exceptions.py Merge pull request #993 from lark-parser/v1.0_fixes 3 лет назад
grammar.py Token priority is now 0 by default 3 лет назад
indenter.py yield -> yield from 3 лет назад
lark.py Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 3 лет назад
lexer.py Merge pull request #995 from lark-parser/more_changes 3 лет назад
load_grammar.py Merge pull request #995 from lark-parser/more_changes 3 лет назад
parse_tree_builder.py Merge branch 'v1.0' 3 лет назад
parser_frontends.py Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 3 лет назад
reconstruct.py yield -> yield from 3 лет назад
tree.py Refactor: Eradicated inheritance from object 3 лет назад
tree_matcher.py Fix for slices getting reduce to single getitem 3 лет назад
utils.py Refactor: Eradicated inheritance from object 3 лет назад
visitors.py Merge branch 'v1.0' 3 лет назад