Compiler: Reserve some generator variables for resuming with a value. The first argument to a generator function is now reseved to be a resumption value, and the second a call back function that will be called from the resumed function jyst before it starts executing again. This may be used to eg resume the generator with an error.