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 ce75758f76 BUGFIX: Automatic terminal names didn't respect existing terminals(Issue #224) 6 years ago
..
grammars Merge branch 'master' of https://github.com/lark-parser/lark into file-ext-change 6 years ago
parsers Misleading error message at unexpected EOF (Issue #220) 6 years ago
tools BUGFIX: Standalone parser didn't retain filter_out values for terminals (Issue #222) 6 years ago
__init__.py Version bump 6 years ago
common.py Cleanup after pylint 6 years ago
exceptions.py Fixed bugs in the standalone generator (Issue #212) 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 Fixed reconstructor. All tests passing 6 years ago
lexer.py BUGFIX - Fixed 2 issues with line counting 6 years ago
load_grammar.py BUGFIX: Automatic terminal names didn't respect existing terminals(Issue #224) 6 years ago
parse_tree_builder.py Fixed the propagate_positions implementation, and added start_pos/end_pos attributes to Tree.Meta 6 years ago
parser_frontends.py Cleanup after pylint 6 years ago
reconstruct.py Fixed reconstructor. All tests passing 6 years ago
tree.py Fixed bugs in the standalone generator (Issue #212) 6 years ago
utils.py Fixed bugs in the standalone generator (Issue #212) 6 years ago
visitors.py Cleanup after pylint 6 years ago