Changeset 231 for trunk/orca

Show
Ignore:
Timestamp:
07/15/06 16:13:13 (2 years ago)
Author:
krobillard
Message:

Orca - Updated TODO.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/TODO

    r128 r231  
    66Language Features 
    77 
    8   * Parse. 
     8  * Finish parse ('copy). 
    99  * Datatypes - hash! struct! any-*!. 
    1010  * list! 
     
    2525Thune Backport 
    2626 
    27   * Parse 
     27  * Parse changes 
    2828  * UCell union 
    2929  * Value structure hidden more using macros (ur_int(), etc.) 
    3030  * Tokenizer has no nested block limit. 
    31   ? Removed sweepStart from GC  
     31  * Remove sweepStart from GC  
     32  * Remove BLOCK_EOL flag. 
     33  * Atom hash table, context binary search. 
     34  * Security 
     35  * File port! 
    3236 
     37  NOTE: It might be better to start fresh from the Thune codebase.