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 242ac24ea6 Fixed the propagate_positions implementation, and added start_pos/end_pos attributes to Tree.Meta 6 years ago
..
grammars Merge branch 'master' of https://github.com/lark-parser/lark into file-ext-change 7 years ago
parsers Bug in pretty printing of Earley derivations (issue #210) 6 years ago
tools Fixed bugs in the standalone generator (Issue #212) 6 years ago
__init__.py Version bump 6 years ago
common.py Cleanup after pylint 7 years ago
exceptions.py Fixed bugs in the standalone generator (Issue #212) 6 years ago
grammar.py Fixed token visibility rules (Issue #109) 7 years ago
indenter.py Standalone tools now supports postlex 7 years ago
lark.py Fixed reconstructor. All tests passing 7 years ago
lexer.py BUGFIX - Fixed 2 issues with line counting 6 years ago
load_grammar.py BUGFIX affecting standalone generator (Issue #212) 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 7 years ago
reconstruct.py Fixed reconstructor. All tests passing 7 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 7 years ago