Author: pmichaud Date: Wed May 3 12:58:44 2006 New Revision: 12489 Modified: trunk/languages/perl6/STATUS
Log: [perl6]: Updated STATUS file. Modified: trunk/languages/perl6/STATUS ============================================================================== --- trunk/languages/perl6/STATUS (original) +++ trunk/languages/perl6/STATUS Wed May 3 12:58:44 2006 @@ -8,10 +8,10 @@ * if, unless statements * if, unless statement modifiers * chained operators: infix:and, infix:or, infix:&&, infix:||, ternary:?? !! -* simple scalar variables (but not lexically scoped yet) Compiler to-do -------------- +* simple scalar variables (but not lexically scoped yet) * blocks * subs * true lexicals @@ -25,10 +25,10 @@ * Perl 6 comments (including POD, long dot) * List associative operators * statement modifier operators +* POD comments Parser to-do ------------ -* POD comments * real pointy subs * subroutine definitions * subroutine calling syntax @@ -43,13 +43,8 @@ PIR notes: -* The PIR code generated for chained operators isn't all that - efficient -- the execution path goes through a number of - unnecessary "unless $Pxx goto label" steps. - * Currently basic blocks are being inlined into code, in order to properly support lexicals each block will need to become its own .sub (or at least have the capability to do so). -
