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 5cb209184d Include LICENSE, docs, examples, tests, in tar.gz. 7 年之前
..
grammars Improved README 7 年之前
parsers BUGFIX: Solved an elusive bug in Earley parser, when empty rules repeat in the same column 7 年之前
tools Fixed tools.nearley (converter) 7 年之前
__init__.py Include LICENSE, docs, examples, tests, in tar.gz. 7 年之前
common.py More flags work 7 年之前
indenter.py Pylint 7 年之前
lark.py Re-wrote the Earley parser to use a parse-forest 7 年之前
lexer.py More flags work 7 年之前
load_grammar.py Made load_grammar a tiny bit nicer 7 年之前
parse_tree_builder.py examples.reconstruct_json now working with scanless 7 年之前
parser_frontends.py Don't construct a list of tokens, to reduce memory footprint 7 年之前
reconstruct.py Re-wrote the Earley parser to use a parse-forest 7 年之前
tree.py Re-wrote the Earley parser to use a parse-forest 7 年之前
utils.py Re-wrote the Earley parser to use a parse-forest 7 年之前