Returns the cycle-set of a parser.
parser
Iterable<Parser> cycleSet(Parser parser) => _cycleSet[parser]!;