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 Sh 9ec9acf115 The standalone parser is now licensed under MPL2 (instead of GPL) (Issue #507) 6 years ago
..
grammars BUGFIX: Fixed common.ESCAPED_STRING (Issue #309) 7 years ago
parsers Tiny tiny cleanup 6 years ago
tools The standalone parser is now licensed under MPL2 (instead of GPL) (Issue #507) 6 years ago
__init__.py Make LarkError public. 6 years ago
common.py Mid work. Not promising 6 years ago
exceptions.py Support for token visitation in internal transformers, as an alternative mechanism for lexer_callbacks 6 years ago
grammar.py Refactor: Simplify code by assuming rule.options is never None 6 years ago
indenter.py Correction for commit b83bac4 (Issue #316) 7 years ago
lark.py Added methods for saving/loading Lark instances with pickle (Issue #479) 6 years ago
lexer.py Small fixes 6 years ago
load_grammar.py Disallow '. .' for '..' syntax (Issue #513) 6 years ago
parse_tree_builder.py Bugfix in stand-alone parser (Issue #514) 6 years ago
parser_frontends.py Fixed multithreading bug in ContextualLexer (Issue #493) 6 years ago
reconstruct.py Small stuff 6 years ago
tree.py Included iter_subtrees and related methods in standalone parser (Issue #440) 6 years ago
utils.py Added CollapseAmbiguities 6 years ago
visitors.py Added CollapseAmbiguities 6 years ago