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 07fcc26422 Bugfix #21: Can now handle recursive ambiguity while still defending against infinite recursion 8 years ago
..
__init__.py A little order and refactoring 9 years ago
earley.py Bugfix #21: Can now handle recursive ambiguity while still defending against infinite recursion 8 years ago
grammar_analysis.py Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. 8 years ago
lalr_analysis.py Improved earley.py and added some comments to both parsers 9 years ago
lalr_parser.py Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. 8 years ago
nearley.py Pylint 9 years ago
old_earley.py Re-wrote the Earley parser to use a parse-forest 9 years ago
xearley.py Bugfix #21: Can now handle recursive ambiguity while still defending against infinite recursion 8 years ago