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.
DrSlump e69d567bce example driven parser errors пре 6 година
..
__init__.py A little order and refactoring пре 7 година
cyk.py Style fixes пре 6 година
earley.py Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) пре 6 година
grammar_analysis.py A minor style fix (a possible memory usage improvement) пре 6 година
lalr_analysis.py Better error message for reduce collisions in lalr пре 6 година
lalr_parser.py example driven parser errors пре 6 година
resolve_ambig.py Fixed bug in Earley prioritization пре 6 година
xearley.py Added 'considered_rules' to exceptions, to help users debug пре 6 година