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 bd75bf2dff Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 6 years ago
..
grammars BUGFIX: Fixed common.ESCAPED_STRING (Issue #309) 6 years ago
parsers Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 6 years ago
tools Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 6 years ago
__init__.py Major Version bump (0.7) 6 years ago
common.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 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 Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 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 Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 6 years ago
parser_frontends.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 6 years ago
reconstruct.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 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