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.
PJCampi ccbaebdc6f load_grammar now collects all imports to make before loading them to namespace 5 years ago
..
grammars BUGFIX: Fixed common.ESCAPED_STRING (Issue #309) 6 years ago
parsers Style improvements to errors 5 years ago
tools Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 years ago
__init__.py Major Version bump (0.7) 5 years ago
common.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 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 5 years ago
lexer.py Style improvements to errors 5 years ago
load_grammar.py load_grammar now collects all imports to make before loading them to namespace 5 years ago
parse_tree_builder.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 years ago
parser_frontends.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 years ago
reconstruct.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 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