cvsuser     04/12/08 21:12:03

  Modified:    languages/tcl TODO
  Log:
  Add some categories
  
  Revision  Changes    Path
  1.23      +24 -10    parrot/languages/tcl/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /cvs/public/parrot/languages/tcl/TODO,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- TODO      4 Dec 2004 16:55:28 -0000       1.22
  +++ TODO      9 Dec 2004 05:12:03 -0000       1.23
  @@ -1,8 +1,20 @@
  -=head1 In no particular order....
  +=head1 Administrative Issues
   
   =over 4
   
  -=item PMC based parser -
  +=item migrate all these issues to RT.
  +
  +TODO tests would also suffice, where possible.
  +
  +=back 4
  +
  +=head1 Programming Issues
  +
  +=head2 C-level tasks
  +
  +=over 4
  +
  +=item PMC based parser
   
   Instead of the current PIR level parsing, we should instead use
   a pmc - not only should this improve speed slightly, but will help
  @@ -13,19 +25,21 @@
   Should be moved to tcllist's set_string method. (but this requires first
   moving the parser into a pmc.)
   
  -=item given PGE
  +=item tclword
   
  -[array get] [array names] [array unset] 
  -[regexp] [regsub] [switch] [glob]
  +An object is probably too heavyweight for this. A PMC with a few overloaded
  +methods is probably sufficient.
   
  -=item migrate all these issues to RT.
  +=back 4
   
  -TODO tests would also suffice, where possible.
  +=head1 Uncategorized Issues
   
  -=item tclword
  +=over 4
   
  -An object is probably too heavyweight for this. A PMC with a few overloaded
  -methods is probably sufficient.
  +=item given PGE
  +
  +[array get] [array names] [array unset] 
  +[regexp] [regsub] [switch] [glob]
   
   =item From leo - cleanup of tcl objects.
   
  
  
  

Reply via email to