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.
Gary Geng 94e242f51a Use NotImplemented for __eq__ and use __new__ for LexerThread 3 years ago
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4 years ago
grammars Python2.7 compatibility 4 years ago
parsers Use NotImplemented for __eq__ and use __new__ for LexerThread 3 years ago
tools A few updates to stubs (fix #856) 3 years ago
__init__.py Version bump (0.11.2) 4 years ago
ast_utils.py Added ast_utils + example 4 years ago
common.py Corrections for PR 4 years ago
exceptions.py Small bugfixes in exceptions 4 years ago
grammar.py Cleanup, and a few PEP8 changes 4 years ago
indenter.py A few updates to stubs (fix #856) 3 years ago
lark.py Merge remote-tracking branch 'origin/master' 3 years ago
lexer.py Use NotImplemented for __eq__ and use __new__ for LexerThread 3 years ago
load_grammar.py Raise correct error when terminal is used within another terminal, by not defined 3 years ago
parse_tree_builder.py Cleanup, and a few PEP8 changes 4 years ago
parser_frontends.py Merge remote-tracking branch 'origin/master' 3 years ago
reconstruct.py Response to code review 4 years ago
tree.py Docs: Added docstring to Tree.scan_values() 3 years ago
tree_matcher.py Fix for slices getting reduce to single getitem 4 years ago
utils.py A few updates to stubs (fix #856) 3 years ago
visitors.py Fix for #826 (Thanks @mikeiovine) + stubs + tests 4 years ago