mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Removed completed item
This commit is contained in:
parent
36d0485288
commit
e93ee2986f
1 changed files with 0 additions and 7 deletions
7
TODO
7
TODO
|
@ -2,13 +2,6 @@ Working TODO list:
|
||||||
|
|
||||||
- Issues with library hello example:
|
- 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
|
- 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
|
- Reduction in size of generated code
|
||||||
|
|
Loading…
Add table
Reference in a new issue