gamma.input.earley.Parser

Undocumented in source.

Members

Classes

Parser
class Parser

If the item is of the form [ <i>B</i> &rarr; &beta; &bull;, <i>k</i> ] then for each item [ <i>A</i> &rarr; &alpha; &bull; <i>B</i> &gamma;, <i>j</i> ] in the Earley set denoted by <i>k</i> an item [ <i>A</i> &rarr; &alpha; <i>B</i> &bull; &gamma;, <i>j</i> ] is added to the current Earley set.

Meta