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.
Chanic Panic e88646b586 Fix an SPPF cycle edge case (Issue #820) 4 years ago
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4 years ago
grammars Python2.7 compatibility 4 years ago
parsers Fix an SPPF cycle edge case (Issue #820) 4 years ago
tools tools.nearley: Add support for case-insensitive strings (Issue #753) 4 years ago
__init__.py Earley error reporting - initial (Issue #760) 4 years ago
common.py Corrections for PR 4 years ago
exceptions.py Small bugfixes in exceptions 4 years ago
grammar.py Cleanup, and a few PEP8 changes 4 years ago
indenter.py Indenter now throws DedentError instead of AssertionError 4 years ago
lark.py Basics for GrammarBuilder 4 years ago
lexer.py Fix .pyi files 4 years ago
load_grammar.py Fix .pyi files 4 years ago
parse_tree_builder.py Cleanup, and a few PEP8 changes 4 years ago
parser_frontends.py Merge branch 'master' of https://github.com/lark-parser/lark into better-terminals 4 years ago
reconstruct.py Response to code review 4 years ago
tree.py Cleanup, and a few PEP8 changes 4 years ago
tree_matcher.py Fix for slices getting reduce to single getitem 4 years ago
utils.py Merge branch 'recons_unicode_terminals' of https://github.com/julienmalard/lark into julienmalard-recons_unicode_terminals 4 years ago
visitors.py Cleanup, and a few PEP8 changes 4 years ago