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 6c8ba76b79 Fixed a deep bug in grammar analysis involving empty rules (Issue #250) 6 years ago
..
grammars Merge branch 'master' of https://github.com/lark-parser/lark into file-ext-change 6 years ago
parsers Fixed a deep bug in grammar analysis involving empty rules (Issue #250) 6 years ago
tools Small refactoring in standalone 6 years ago
__init__.py Added documentation for lexer_callbacks in recipes 6 years ago
common.py Small refactoring in standalone 6 years ago
exceptions.py Slightly better error message (UnexpectedToken) 6 years ago
grammar.py BUGFIX: Standalone parser didn't retain filter_out values for terminals (Issue #222) 6 years ago
indenter.py Standalone tools now supports postlex 7 years ago
lark.py Fix #231 6 years ago
lexer.py Refactored lexer + tiny bugfix 6 years ago
load_grammar.py Experimental support for importing rules 6 years ago
parse_tree_builder.py Bugfix for propagate_positions 6 years ago
parser_frontends.py Cleanup after pylint 6 years ago
reconstruct.py Refactoring around terminals / tokens 6 years ago
tree.py Fixed SyntaxError: positional argument follows keyword argument on 6 years ago
utils.py Refactoring around terminals / tokens 6 years ago
visitors.py Added visitors & transformers to standalone (Issue #223) 6 years ago