This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Erez Sh 6e2842e9a2 Grammars: Remove use of /i/ in middle of terminals, to support Lark.js před 3 roky
..
__pyinstaller Added hook-lark.py and the required lines in setup.py před 4 roky
grammars Grammars: Remove use of /i/ in middle of terminals, to support Lark.js před 3 roky
parsers Tiny adjustments před 3 roky
tools Docs: tools page + more explanations před 3 roky
__init__.py Version bump před 3 roky
ast_utils.py ast_utils: Fix docstring před 3 roky
common.py Bugfix for deepcopy + small unrelated refactor (issue #938) před 3 roky
exceptions.py Reworked grammar to simplify later processing + expand_kids_by_data + tests před 3 roky
grammar.py Cleanup, and a few PEP8 changes před 3 roky
indenter.py A few updates to stubs (fix #856) před 3 roky
lark.py BUGFIX: Regression in lexer-only mode (parser=None) před 3 roky
lexer.py Reworked grammar to simplify later processing + expand_kids_by_data + tests před 3 roky
load_grammar.py BUGFIX: Regression in lexer-only mode (parser=None) před 3 roky
parse_tree_builder.py Reworked grammar to simplify later processing + expand_kids_by_data + tests před 3 roky
parser_frontends.py Tiny fix: MakeParsingFrontend is a regular method, not a classmethod před 3 roky
reconstruct.py Update reconstruct.pyi + add insert_spaces před 3 roky
tree.py Change expand_kids_by_data to use range před 3 roky
tree_matcher.py Fix for slices getting reduce to single getitem před 3 roky
utils.py Fix for issue #977 před 3 roky
visitors.py Docs: Tiny fix in docstring in visitors.py před 3 roky