Basic support for Generators
Currently does not support arguments and only a single generator at a time is allowed In addition added 'StopIteration' iteration support
Showing
src/runtime/generator.cpp
0 → 100644
src/runtime/generator.h
0 → 100644
test/tests/generators.py
0 → 100644
test/tests/stop_iterable.py
0 → 100644
Please register or sign in to comment