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 142bc5c4b9 Merge branch 'fix-818' of https://github.com/MegaIng/lark into MegaIng-fix-818 3 年之前
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4 年之前
grammars Python2.7 compatibility 3 年之前
parsers Merge branch 'fix-818' of https://github.com/MegaIng/lark into MegaIng-fix-818 3 年之前
tools tools.nearley: Add support for case-insensitive strings (Issue #753) 3 年之前
__init__.py Version bump (0.11.2) 3 年之前
common.py Corrections for PR 3 年之前
exceptions.py Small bugfixes in exceptions 3 年之前
grammar.py Cleanup, and a few PEP8 changes 3 年之前
indenter.py Indenter now throws DedentError instead of AssertionError 3 年之前
lark.py Merge branch 'fix-818' of https://github.com/MegaIng/lark into MegaIng-fix-818 3 年之前
lexer.py Fix .pyi files 3 年之前
load_grammar.py Raise correct error when terminal is used within another terminal, by not defined 3 年之前
parse_tree_builder.py Cleanup, and a few PEP8 changes 3 年之前
parser_frontends.py Merge branch 'fix-818' of https://github.com/MegaIng/lark into MegaIng-fix-818 3 年之前
reconstruct.py Response to code review 3 年之前
tree.py Cleanup, and a few PEP8 changes 3 年之前
tree_matcher.py Fix for slices getting reduce to single getitem 3 年之前
utils.py Added load_grammar.find_grammar_errors 3 年之前
visitors.py Fix for #826 (Thanks @mikeiovine) + stubs + tests 3 年之前