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 6f85ca4294 %ignore bug fixed in xearley (thanks to issue #44) vor 6 Jahren
..
grammars Improved README vor 7 Jahren
parsers %ignore bug fixed in xearley (thanks to issue #44) vor 6 Jahren
tools Added support for all RE flags. vor 6 Jahren
__init__.py Version bump for fix vor 6 Jahren
common.py Support for multiple flags vor 6 Jahren
indenter.py Pylint vor 7 Jahren
lark.py BUGFIX: The Earley parser collected repeating derivations, and filtered them out much later than needed. This resulted in very long lists and many unnecessary comparisons. vor 6 Jahren
lexer.py Added UnexpectedInput exception (with line & column) to xearley (Issue #43) vor 6 Jahren
load_grammar.py Fixed Python grammars vor 6 Jahren
parse_tree_builder.py Fixed tree-construction semantics: Alias now overrides the "?rule" operator vor 6 Jahren
parser_frontends.py BUGFIX: The Earley parser collected repeating derivations, and filtered them out much later than needed. This resulted in very long lists and many unnecessary comparisons. vor 6 Jahren
reconstruct.py Earley now uses dynamic lexer by default. Bump to version 0.3.0 vor 7 Jahren
tree.py Added a major optimization to Earley when dealing with ambiguity vor 6 Jahren
utils.py Added the experimental "propagate_positions" feature (only for standard lexer for now). vor 7 Jahren