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 9d6b496f3e Fixed bug in unless: Now uses regexp, not string matching 8 years ago
..
grammars Improved README 8 years ago
parsers Fixed issue #3 (infinite recursion in grammar) 8 years ago
tools Tools can now be installed via pip 8 years ago
__init__.py Changed parser/lexer interface in lark. Bumped minor version 8 years ago
common.py Added flag options to terminals (just 'i' for now) 8 years ago
indenter.py Pylint 8 years ago
lark.py Re-wrote the Earley parser to use a parse-forest 8 years ago
lexer.py Fixed bug in unless: Now uses regexp, not string matching 8 years ago
load_grammar.py Added flag options to terminals (just 'i' for now) 8 years ago
parse_tree_builder.py examples.reconstruct_json now working with scanless 8 years ago
parser_frontends.py Re-wrote the Earley parser to use a parse-forest 8 years ago
reconstruct.py Re-wrote the Earley parser to use a parse-forest 8 years ago
tree.py Re-wrote the Earley parser to use a parse-forest 8 years ago
utils.py Re-wrote the Earley parser to use a parse-forest 8 years ago