diff --git a/TODO b/TODO index 8c375299..426484de 100644 --- a/TODO +++ b/TODO @@ -2,13 +2,6 @@ Working TODO list: - Issues with library hello example: - - need to call into compiled-program, even for library - scheme-read example - #f vs '() for *in-port-table* - I think what needs to happen is that, for libraries, there should be an entry_pt - function created (with a continuation k) that contains the 'top-level' inits. Then - this can be called from the program to init the library and then call k to init - the next library, etc... - - seems to be working! next step is to get parser, eval, and icyc (in that order) to work with libs - Reduction in size of generated code