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 712df517b2 Fixes for PR. Custom lexer now works with CYK 4 years ago
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 5 years ago
grammars Moved `lark.lark` into the standard library. 4 years ago
parsers Refactored parser_frontends. Now significantly simpler 4 years ago
tools tools.nearley: Add support for case-insensitive strings (Issue #753) 4 years ago
__init__.py Earley error reporting - initial (Issue #760) 4 years ago
common.py Refactored parser_frontends. Now significantly simpler 4 years ago
exceptions.py Fixes for PR. Custom lexer now works with CYK 4 years ago
grammar.py Cleanup, and a few PEP8 changes 4 years ago
indenter.py Correction for commit b83bac4 (Issue #316) 6 years ago
lark.py Fixes for PR. Custom lexer now works with CYK 4 years ago
lexer.py Refactored all likely exceptions to inherit from LarkError, and improved error messages. 4 years ago
load_grammar.py Refactored parser_frontends. Now significantly simpler 4 years ago
parse_tree_builder.py Cleanup, and a few PEP8 changes 4 years ago
parser_frontends.py Fixes for PR. Custom lexer now works with CYK 4 years ago
reconstruct.py Refactored reconstructor out into tree_matcher. Functionality should stay the same. 4 years ago
tree.py Cleanup, and a few PEP8 changes 4 years ago
tree_matcher.py match_examples() now works for Earley+Standard 4 years ago
utils.py Refactored parser_frontends. Now significantly simpler 4 years ago
visitors.py Cleanup, and a few PEP8 changes 4 years ago