Changes between Version 4 and Version 5 of Ticket #12

Show
Ignore:
Timestamp:
01/18/09 14:09:46 (13 years ago)
Author:
kjs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12 – description

    v4 v5  
    22 
    331.  Emit the actual bytecodes into a PackFile/codesegment. 
    4 This is done. 
     4DONE. 
    55 
    662.  Create a PMC constant for strings, numbers, keys and 
    77    subroutines. 
    88Strings, numbers and subs are stored.  
    9 Keys still todo. 
     9DONE. 
    1010 
    11113.  Complete PASM output, so it can actually be parsed and run. 
     
    1313 
    14144.  Handle :multi flag properly. 
    15 TODO 
     15DONE. 
    1616 
    17175.  Handle nested macro expansions. 
     
    2525 
    26267.  Figure out how :named argument passing works in bytecode. 
    27 TODO 
     27DONE. 
    2828 
    29298.  Finish the parrot calling conventions ops in the back-end