Changes between Initial Version and Version 1 of WhiteknightTasklist

Show
Ignore:
Timestamp:
01/16/11 13:36:08 (11 years ago)
Author:
whiteknight
Comment:

+a quick tasklist for myself. All the cool kids are doing it.

Legend:

Unmodified
Added
Removed
Modified
  • WhiteknightTasklist

    v1 v1  
     1 * Compilers 
     2    * Review PDD31. Move it out of draft if it's good, or tweak it until it is. 
     3    * Unify IMCC entry points (imcc_run_api and imcc_compile_file) and cleanup 
     4    * Move as much argument-processing logic out of IMCC as possible. Ideally, IMCC should not process any commandline arguments 
     5    * Create a new PIR compreg using IMCC, following PDD31 as closely as possible 
     6    * IMCC should return a PackFile, and not immediately write to or merge to interp->initial_pf or interp->code. 
     7 * Exceptions 
     8    * Make Exception and ExceptionHandler properly subclassable 
     9 * Packfiles 
     10    * Start working on a new Packfile API to encapsulate that system