# HG changeset patch # User Max Brister # Date 1337358254 21600 # Node ID 1e5eafcb83f88f7479bdf96e078f351ebe8eac2c # Parent c7071907a641ea2926ec3b875d06aa23449a2ebe doc (pt-jit.h): Update progress diff --git a/src/pt-jit.h b/src/pt-jit.h --- a/src/pt-jit.h +++ b/src/pt-jit.h @@ -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. ... // ---------------------------------------------------------