Use fsm-iterator to implement a finite state machine generator function without the need for generator function* syntax. This is a perfect for library authors that need to use generators but don't ...
This is an example of a JavaScript iterator, that was created to satisfy some specific requirements. To test it out, download everything and open the itquest.html ...