On Fri, Nov 16, 2012 at 2:34 AM, Brian Anderson <[email protected]> wrote: > Tim got labeled break and continue work for 'loop', and I believe for > 'while' as well. It does not yet work on 'for' loops. Here's a test case to > crib off of: > > https://github.com/mozilla/rust/blob/incoming/src/test/run-pass/issue-2216.rs
Thanks Tim! I believe I have now the control flow stuff handled. You can see the current output of the translator at http://hsivonen.iki.fi/rust-temp/ . (As you can see, array and object referencing is very much not done.) -- Henri Sivonen [email protected] http://hsivonen.iki.fi/ _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
