This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Erez Shinan e77433f19a Superficial improvement to Earley 6 anni fa
..
grammars Improved README 7 anni fa
parsers Superficial improvement to Earley 6 anni fa
tools Added support for all RE flags. 6 anni fa
__init__.py Version bump for fix 6 anni fa
common.py Support for multiple flags 6 anni fa
indenter.py Pylint 7 anni fa
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. 6 anni fa
lexer.py Added UnexpectedInput exception (with line & column) to xearley (Issue #43) 6 anni fa
load_grammar.py Fixed Python grammars 6 anni fa
parse_tree_builder.py Fixed tree-construction semantics: Alias now overrides the "?rule" operator 6 anni fa
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. 6 anni fa
reconstruct.py Earley now uses dynamic lexer by default. Bump to version 0.3.0 7 anni fa
tree.py Added a major optimization to Earley when dealing with ambiguity 6 anni fa
utils.py Added the experimental "propagate_positions" feature (only for standard lexer for now). 7 anni fa