This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Erez Sh 6985acd9f8 Move PythonIndenter to lark/indenter.py 4 years ago
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 5 years ago
grammars Moved Python3 grammar to stdlib as python.lark 4 years ago
parsers Refactor: Eradicated inheritance from object 4 years ago
tools Rename lexer: Standard/Traditional -> Basic 4 years ago
__init__.py Last batch of .pyi files 4 years ago
ast_utils.py Refactor: Eradicated inheritance from object 4 years ago
common.py Fixes to typing and tests 4 years ago
exceptions.py Merge pull request #993 from lark-parser/v1.0_fixes 4 years ago
grammar.py Token priority is now 0 by default 4 years ago
indenter.py Move PythonIndenter to lark/indenter.py 4 years ago
lark.py Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 4 years ago
lexer.py Merge pull request #995 from lark-parser/more_changes 4 years ago
load_grammar.py Moved Python3 grammar to stdlib as python.lark 4 years ago
parse_tree_builder.py Merge branch 'v1.0' 4 years ago
parser_frontends.py Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) 4 years ago
reconstruct.py yield -> yield from 4 years ago
tree.py Refactor: Eradicated inheritance from object 4 years ago
tree_matcher.py Fix for slices getting reduce to single getitem 4 years ago
tree_templates.py Tree Templates (first draft) + py3to2 example 4 years ago
utils.py Refactor: Eradicated inheritance from object 4 years ago
visitors.py Merge branch 'v1.0' 4 years ago