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 6a6dd97c52 VisitError now allows explicit access to previous exception (Issue #314) 6 years ago
..
grammars BUGFIX: Fixed common.ESCAPED_STRING (Issue #309) 6 years ago
parsers Merge branch 'master' into 0.7d 6 years ago
tools Rebuild the way Earley prioritizes ambiguities 6 years ago
__init__.py Version bump 6 years ago
common.py Small refactoring in standalone 6 years ago
exceptions.py VisitError now allows explicit access to previous exception (Issue #314) 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 Corrections 6 years ago
lexer.py Refactored lexer + tiny bugfix 6 years ago
load_grammar.py Don't compile unused terminals (mentioned in issue #309) 6 years ago
parse_tree_builder.py Fix Ambiguous Expander problems with nested ambiguities 6 years ago
parser_frontends.py Minor cleanup 6 years ago
reconstruct.py Corrections 6 years ago
tree.py Fix Propagate Positions 6 years ago
utils.py Merge branch 'master' into 0.7d 6 years ago
visitors.py VisitError now allows explicit access to previous exception (Issue #314) 6 years ago