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 4b915a9f78 Style improvements to errors 5 years ago
..
__init__.py A little order and refactoring 8 years ago
cyk.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 years ago
earley.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 years ago
earley_common.py Implement Joop Leo's optimizations for right recursion performance 6 years ago
earley_forest.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 years ago
grammar_analysis.py Added a nicer error for duplicate rules 6 years ago
lalr_analysis.py Fix LALR shift/reduce warnings when debug=True (Issue #258) 6 years ago
lalr_parser.py Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 years ago
xearley.py Style improvements to errors 5 years ago