This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
MegaIng a787ea83d7 Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) hace 3 años
..
__pyinstaller Added hook-lark.py and the required lines in setup.py hace 4 años
grammars A few more type annotations, reduce use of inline flags hace 3 años
parsers Refactor: Eradicated inheritance from object hace 3 años
tools Rename lexer: Standard/Traditional -> Basic hace 3 años
__init__.py Last batch of .pyi files hace 3 años
ast_utils.py Refactor: Eradicated inheritance from object hace 3 años
common.py Fixes to typing and tests hace 3 años
exceptions.py Merge pull request #993 from lark-parser/v1.0_fixes hace 3 años
grammar.py Token priority is now 0 by default hace 3 años
indenter.py yield -> yield from hace 3 años
lark.py Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) hace 3 años
lexer.py Merge pull request #995 from lark-parser/more_changes hace 3 años
load_grammar.py Merge pull request #995 from lark-parser/more_changes hace 3 años
parse_tree_builder.py Merge branch 'v1.0' hace 3 años
parser_frontends.py Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) hace 3 años
reconstruct.py yield -> yield from hace 3 años
tree.py Refactor: Eradicated inheritance from object hace 3 años
tree_matcher.py Fix for slices getting reduce to single getitem hace 3 años
utils.py Refactor: Eradicated inheritance from object hace 3 años
visitors.py Merge branch 'v1.0' hace 3 años