Moving right along...constant/global multiple-assignment and break-within-ensure are now done. I also forgot a couple items that are yet to be compiled:

- opt n (this will never be compiled, we'll just rework the startup cycle to do it rather than the interpreter
- BEGIN nodes and END nodes (waiting for some fixes from Tom)
- retry

Of these, only retry is needed for the entire stdlib to compile. The compiler will be complete this week.

Charles Oliver Nutter wrote:
I have completed compilation of zsuper (no-arg super) and nested whens (whens with splatted arguments). I also finished up multiple assignment with *args, which also applies to block arguments. This leaves only the following uncompilable:

- a few types of block/multiple assignment: constants and globals
- retry
- break within a block of code that has an ensure


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to