mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Fleshing out TODO for library init
This commit is contained in:
parent
e137139b17
commit
a99b3d571a
1 changed files with 5 additions and 0 deletions
5
TODO
5
TODO
|
@ -4,6 +4,11 @@ Working TODO list:
|
||||||
|
|
||||||
- need to call into compiled-program, even for library
|
- need to call into compiled-program, even for library
|
||||||
scheme-read example - #f vs '() for *in-port-table*
|
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