Description
Context-free grammars can be parsed with an Earley-style algorithm from Python code. Developers building language tools, compilers, or format readers can handle ambiguous grammars without writing parsing machinery manually. It is a parser library.