| | 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 |