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 c91e093d40
Merge pull request #360 from PJCampi/bugfix/348-import-rules-dependencies-only-once
6 years ago
..
grammars BUGFIX: Fixed common.ESCAPED_STRING (Issue #309) 6 years ago
parsers Merge branch 'serialize' 6 years ago
tools Added transformer, postlex arguments to standalone 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 Mid work. Almost stable 6 years ago
indenter.py Correction for commit b83bac4 (Issue #316) 6 years ago
lark.py Added transformer, postlex arguments to standalone 6 years ago
lexer.py Merge branch 'serialize' 6 years ago
load_grammar.py load_grammar now collects all imports to make before loading them to namespace 6 years ago
parse_tree_builder.py Basic serialize/deserialize working! 6 years ago
parser_frontends.py Added transformer, postlex arguments to standalone 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 @ instead of __memo__ 6 years ago
visitors.py BUGFIX: v_args didn't wrap overwritten inherited methods (Issue #350) 6 years ago