This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Erez Shinan b7eb149c79
Merge pull request #979 from lark-parser/issue977
3 lat temu
..
__pyinstaller Added hook-lark.py and the required lines in setup.py 4 lat temu
grammars Python2.7 compatibility 3 lat temu
parsers Tiny adjustments 3 lat temu
tools Docs: tools page + more explanations 3 lat temu
__init__.py Refactor PropagatePositions, change Token.pos_in_stream to start_pos 3 lat temu
ast_utils.py Docs: Improved documentation of exceptions 3 lat temu
common.py Bugfix for deepcopy + small unrelated refactor (issue #938) 3 lat temu
exceptions.py Reworked grammar to simplify later processing + expand_kids_by_data + tests 3 lat temu
grammar.py Cleanup, and a few PEP8 changes 3 lat temu
indenter.py A few updates to stubs (fix #856) 3 lat temu
lark.py BUGFIX: Regression in lexer-only mode (parser=None) 3 lat temu
lexer.py Reworked grammar to simplify later processing + expand_kids_by_data + tests 3 lat temu
load_grammar.py BUGFIX: Regression in lexer-only mode (parser=None) 3 lat temu
parse_tree_builder.py Reworked grammar to simplify later processing + expand_kids_by_data + tests 3 lat temu
parser_frontends.py Tiny fix: MakeParsingFrontend is a regular method, not a classmethod 3 lat temu
reconstruct.py Update reconstruct.pyi + add insert_spaces 3 lat temu
tree.py Change expand_kids_by_data to use range 3 lat temu
tree_matcher.py Fix for slices getting reduce to single getitem 3 lat temu
utils.py Fix for issue #977 3 lat temu
visitors.py Docs: Tiny fix in docstring in visitors.py 3 lat temu