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.
night199uk d7a6b01d8a Ensure that Exceptions with Unicode content display correctly 7 years ago
..
grammars Merge branch 'master' of https://github.com/lark-parser/lark into file-ext-change 7 years ago
parsers Heavy modifications to the Earley parser to try and make it handle more 7 years ago
tools Small refactoring in standalone 7 years ago
__init__.py Added documentation for lexer_callbacks in recipes 7 years ago
common.py Small refactoring in standalone 7 years ago
exceptions.py Ensure that Exceptions with Unicode content display correctly 7 years ago
grammar.py BUGFIX: Standalone parser didn't retain filter_out values for terminals (Issue #222) 7 years ago
indenter.py Standalone tools now supports postlex 8 years ago
lark.py Heavy modifications to the Earley parser to try and make it handle more 7 years ago
lexer.py Refactored lexer + tiny bugfix 7 years ago
load_grammar.py Experimental support for importing rules 7 years ago
parse_tree_builder.py Heavy modifications to the Earley parser to try and make it handle more 7 years ago
parser_frontends.py Heavy modifications to the Earley parser to try and make it handle more 7 years ago
reconstruct.py Heavy modifications to the Earley parser to try and make it handle more 7 years ago
tree.py Fixed SyntaxError: positional argument follows keyword argument on 7 years ago
utils.py Refactoring around terminals / tokens 7 years ago
visitors.py Added visitors & transformers to standalone (Issue #223) 7 years ago