yield-operator
There are 4 repositories under yield-operator topic.
fabio-sassi/zm
A C library to handle *continuations* (coroutine, exception, green thread) with finite state machines
Matheritasiv/control
Several control structures implemented by `call/cc` in scheme language
sichkar-valentyn/String_Encoding_with_Itertools
Encoding string by grouping repeated letters with itertool library
sichkar-valentyn/yield_function_in_Python
Using yield instead of return in functions in Python