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 Shinan 8bd4668b12 Major Version bump (0.7) 5 years ago
..
grammars BUGFIX: Fixed common.ESCAPED_STRING (Issue #309) 6 years ago
parsers Merge branch 'master' into 0.7d 6 years ago
tools Bugfix in tools.nearley: Added support for null keyword (Issue #342) 6 years ago
__init__.py Major Version bump (0.7) 5 years ago
common.py Small refactoring in standalone 6 years ago
exceptions.py Make VisitError inherit from LarkError 6 years ago
grammar.py Rebuild the way Earley prioritizes ambiguities 6 years ago
indenter.py Correction for commit b83bac4 (Issue #316) 6 years ago
lark.py Merge branch 'refactor' of https://github.com/SupraSummus/lark into SupraSummus-refactor 6 years ago
lexer.py Change maybe_placeholders: Apply to [a] and [a b c], but not a? or (a b)? or [_a _b _c] 6 years ago
load_grammar.py Added error when using terminal weights in dynamic earley (Discussed in #324) 6 years ago
parse_tree_builder.py Fix Ambiguous Expander problems with nested ambiguities 6 years ago
parser_frontends.py Added error when using terminal weights in dynamic earley (Discussed in #324) 6 years ago
reconstruct.py Merge branch 'refactor' of https://github.com/SupraSummus/lark into SupraSummus-refactor 6 years ago
tree.py Fix Propagate Positions 6 years ago
utils.py Merge branch 'master' into 0.7d 6 years ago
visitors.py Fix v_args when used on classes with non-callable members 6 years ago