This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Erez Shinan ddae93f92f BUGFIX: Ambiguity resolution now sums priority (Issue #46) 6年前
..
grammars Improved README 7年前
parsers BUGFIX: Ambiguity resolution now sums priority (Issue #46) 6年前
tools Added support for all RE flags. 6年前
__init__.py Version bump for fix 6年前
common.py Flags are now part of the terminal identity 6年前
indenter.py Pylint 7年前
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年前
lexer.py Added UnexpectedInput exception (with line & column) to xearley (Issue #43) 6年前
load_grammar.py BUGFIX: Ambiguity resolution now sums priority (Issue #46) 6年前
parse_tree_builder.py Fixed tree-construction semantics: Alias now overrides the "?rule" operator 6年前
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年前
reconstruct.py Earley now uses dynamic lexer by default. Bump to version 0.3.0 7年前
tree.py BUGFIX: iter_trees() wasn't consistent with a recursive order (Issue #47) 6年前
utils.py Added the experimental "propagate_positions" feature (only for standard lexer for now). 7年前