language package:Earley
Run a generator, returning all members of the language.
The members are returned as parse results paired with the list of
tokens used to produce the result. The elements of the returned list
of results are sorted by their length in ascending order. If there are
multiple results of the same length they are returned in an
unspecified order.