mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added library TODO section
This commit is contained in:
parent
d84431e175
commit
75cb39b3ea
1 changed files with 21 additions and 0 deletions
21
TODO
21
TODO
|
@ -1,6 +1,27 @@
|
|||
Initiatives:
|
||||
|
||||
Tier 1:
|
||||
- Library support
|
||||
Library syntax (5.6):
|
||||
supported:
|
||||
- export
|
||||
- import
|
||||
- begin
|
||||
- include
|
||||
- cond-expand??????
|
||||
not supported:
|
||||
- rename
|
||||
- export-all (but this is not standard!)
|
||||
|
||||
Import sets (importing libraries, section 5.2):
|
||||
supported:
|
||||
- library name
|
||||
not supported (not these are defined recursively, and can be nested):
|
||||
- only
|
||||
- except
|
||||
- rename
|
||||
- prefix
|
||||
|
||||
- Performance - most likely need CPS optimization and closure elimination
|
||||
- pass larceny benchmarks (will require some bugfixes):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue