This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
MegaIng a787ea83d7 Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 3 anni fa
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4 anni fa
grammars A few more type annotations, reduce use of inline flags 3 anni fa
parsers Refactor: Eradicated inheritance from object 3 anni fa
tools Rename lexer: Standard/Traditional -> Basic 3 anni fa
__init__.py Last batch of .pyi files 3 anni fa
ast_utils.py Refactor: Eradicated inheritance from object 3 anni fa
common.py Fixes to typing and tests 3 anni fa
exceptions.py Merge pull request #993 from lark-parser/v1.0_fixes 3 anni fa
grammar.py Token priority is now 0 by default 3 anni fa
indenter.py yield -> yield from 3 anni fa
lark.py Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 3 anni fa
lexer.py Merge pull request #995 from lark-parser/more_changes 3 anni fa
load_grammar.py Merge pull request #995 from lark-parser/more_changes 3 anni fa
parse_tree_builder.py Merge branch 'v1.0' 3 anni fa
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 anni fa
reconstruct.py yield -> yield from 3 anni fa
tree.py Refactor: Eradicated inheritance from object 3 anni fa
tree_matcher.py Fix for slices getting reduce to single getitem 3 anni fa
utils.py Refactor: Eradicated inheritance from object 3 anni fa
visitors.py Merge branch 'v1.0' 3 anni fa