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年前