This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
MegaIng a787ea83d7 Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 3 lat temu
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4 lat temu
grammars A few more type annotations, reduce use of inline flags 3 lat temu
parsers Refactor: Eradicated inheritance from object 3 lat temu
tools Rename lexer: Standard/Traditional -> Basic 3 lat temu
__init__.py Last batch of .pyi files 3 lat temu
ast_utils.py Refactor: Eradicated inheritance from object 3 lat temu
common.py Fixes to typing and tests 3 lat temu
exceptions.py Merge pull request #993 from lark-parser/v1.0_fixes 3 lat temu
grammar.py Token priority is now 0 by default 3 lat temu
indenter.py yield -> yield from 3 lat temu
lark.py Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 3 lat temu
lexer.py Merge pull request #995 from lark-parser/more_changes 3 lat temu
load_grammar.py Merge pull request #995 from lark-parser/more_changes 3 lat temu
parse_tree_builder.py Merge branch 'v1.0' 3 lat temu
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 lat temu
reconstruct.py yield -> yield from 3 lat temu
tree.py Refactor: Eradicated inheritance from object 3 lat temu
tree_matcher.py Fix for slices getting reduce to single getitem 3 lat temu
utils.py Refactor: Eradicated inheritance from object 3 lat temu
visitors.py Merge branch 'v1.0' 3 lat temu