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.
Erez Shinan 59825260f6 Allow using | on terminals with flags, as long as their flags match 6 years ago
..
grammars Improved README 7 years ago
parsers Removed old versions of Earley parsers that are no longer used 6 years ago
tools Added support for all RE flags. 6 years ago
__init__.py Version bump for fix 6 years ago
common.py Flags are now part of the terminal identity 6 years ago
indenter.py Pylint 7 years ago
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 years ago
lexer.py Added UnexpectedInput exception (with line & column) to xearley (Issue #43) 6 years ago
load_grammar.py Allow using | on terminals with flags, as long as their flags match 6 years ago
parse_tree_builder.py Fixed tree-construction semantics: Alias now overrides the "?rule" operator 6 years ago
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 years ago
reconstruct.py Earley now uses dynamic lexer by default. Bump to version 0.3.0 7 years ago
tree.py Added a major optimization to Earley when dealing with ambiguity 6 years ago
utils.py Added the experimental "propagate_positions" feature (only for standard lexer for now). 7 years ago