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 Sh 94da6c52b8 Refactored the Earley code to make it thread-safe (Issue #454) 5 years ago
..
__init__.py A little order and refactoring 8 years ago
cyk.py CYK also working 5 years ago
earley.py Refactored the Earley code to make it thread-safe (Issue #454) 5 years ago
earley_common.py Implement Joop Leo's optimizations for right recursion performance 6 years ago
earley_forest.py Tweak the Earley ambiguity algorithm to correctly prefer earlier branches 5 years ago
grammar_analysis.py Minor optimization in LALR (and fix for last commit) 5 years ago
lalr_analysis.py multi start, all tests passing except cyk 5 years ago
lalr_parser.py multi start, all tests passing except cyk 5 years ago
xearley.py Add debug flag to Early and XEarley to allow dumping the SPPF 5 years ago