This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Erez Shinan b7eb149c79
Merge pull request #979 from lark-parser/issue977
vor 3 Jahren
..
__pyinstaller Added hook-lark.py and the required lines in setup.py vor 4 Jahren
grammars Python2.7 compatibility vor 3 Jahren
parsers Tiny adjustments vor 3 Jahren
tools Docs: tools page + more explanations vor 3 Jahren
__init__.py Refactor PropagatePositions, change Token.pos_in_stream to start_pos vor 3 Jahren
ast_utils.py Docs: Improved documentation of exceptions vor 3 Jahren
common.py Bugfix for deepcopy + small unrelated refactor (issue #938) vor 3 Jahren
exceptions.py Reworked grammar to simplify later processing + expand_kids_by_data + tests vor 3 Jahren
grammar.py Cleanup, and a few PEP8 changes vor 3 Jahren
indenter.py A few updates to stubs (fix #856) vor 3 Jahren
lark.py BUGFIX: Regression in lexer-only mode (parser=None) vor 3 Jahren
lexer.py Reworked grammar to simplify later processing + expand_kids_by_data + tests vor 3 Jahren
load_grammar.py BUGFIX: Regression in lexer-only mode (parser=None) vor 3 Jahren
parse_tree_builder.py Reworked grammar to simplify later processing + expand_kids_by_data + tests vor 3 Jahren
parser_frontends.py Tiny fix: MakeParsingFrontend is a regular method, not a classmethod vor 3 Jahren
reconstruct.py Update reconstruct.pyi + add insert_spaces vor 3 Jahren
tree.py Change expand_kids_by_data to use range vor 3 Jahren
tree_matcher.py Fix for slices getting reduce to single getitem vor 3 Jahren
utils.py Fix for issue #977 vor 3 Jahren
visitors.py Docs: Tiny fix in docstring in visitors.py vor 3 Jahren