/earley

Earley's Parsing / Recognizing Algorithm

Primary LanguagePython

earley.py

Python implementation of an Earley parser recognizer. Proof of concept; not a rigorous development tool.