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 955e64597a
Merge pull request #801 from lark-parser/override_stmt
3 years ago
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4 years ago
grammars Added %override to lark.lark 3 years ago
parsers Correction for PR 3 years ago
tools tools.nearley: Add support for case-insensitive strings (Issue #753) 3 years ago
__init__.py Earley error reporting - initial (Issue #760) 3 years ago
common.py Corrections for PR 3 years ago
exceptions.py Small bugfixes in exceptions 3 years ago
grammar.py Cleanup, and a few PEP8 changes 3 years ago
indenter.py Correction for commit b83bac4 (Issue #316) 5 years ago
lark.py Fix reference to error_puppet example 3 years ago
lexer.py Grammar: Added new %override statement for rewriting imported rules (like in class inheritance) 3 years ago
load_grammar.py Merge pull request #801 from lark-parser/override_stmt 3 years ago
parse_tree_builder.py Cleanup, and a few PEP8 changes 3 years ago
parser_frontends.py Merge branch 'master' of https://github.com/lark-parser/lark into better-terminals 3 years ago
reconstruct.py Response to code review 3 years ago
tree.py Cleanup, and a few PEP8 changes 3 years ago
tree_matcher.py match_examples() now works for Earley+Standard 3 years ago
utils.py Merge branch 'recons_unicode_terminals' of https://github.com/julienmalard/lark into julienmalard-recons_unicode_terminals 3 years ago
visitors.py Cleanup, and a few PEP8 changes 3 years ago