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 f71df240b6 Removed Python2 incompatibility 5 years ago
..
grammars BUGFIX: Fixed common.ESCAPED_STRING (Issue #309) 6 years ago
parsers Fix to new serializer code (Discussed in issue #349) 5 years ago
tools Fix to new serializer code (Discussed in issue #349) 5 years ago
__init__.py Version Bump 5 years ago
common.py Fix to new serializer code (Discussed in issue #349) 5 years ago
exceptions.py Make VisitError inherit from LarkError 6 years ago
grammar.py Mid work. Almost stable 5 years ago
indenter.py Correction for commit b83bac4 (Issue #316) 6 years ago
lark.py Fixes for new standalone (Issue #349) 5 years ago
lexer.py Fix to new serializer code (Discussed in issue #349) 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 Implement embedded in-place transformers. See #378. 5 years ago
parser_frontends.py Removed Python2 incompatibility 5 years ago
reconstruct.py reconstructor creates parser at instantiation and update start_symbol in _reconstruct step. 5 years ago
tree.py Allow any graph attribute in `pydot__tree_to_png`. 5 years ago
utils.py Fix to new serializer code (Discussed in issue #349) 5 years ago
visitors.py BUGFIX: v_args didn't wrap overwritten inherited methods (Issue #350) 5 years ago