# HG changeset patch # User Max Brister # Date 1337358254 21600 # Node ID 1e5eafcb83f88f7479bdf96e078f351ebe8eac2c # Parent c7071907a641ea2926ec3b875d06aa23449a2ebe doc (pt-jit.h): Update progress diff -r c7071907a641 -r 1e5eafcb83f8 src/pt-jit.h --- a/src/pt-jit.h Fri May 18 10:22:34 2012 -0600 +++ b/src/pt-jit.h Fri May 18 10:24:14 2012 -0600 @@ -53,11 +53,10 @@ // Will compile. Nested for loops with constant bounds are also supported. // // TODO: -// 1. Cleanup -// 2. Support if statements -// 3. Support iteration over matricies -// 4. Check error state -// 5. ... +// 1. Support if statements +// 2. Support iteration over matricies +// 3. Check error state +// 4. ... // ---------------------------------------------------------