mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
More self-hosting TODO's
This commit is contained in:
parent
b7c11fc8ed
commit
0aac17a51b
1 changed files with 8 additions and 2 deletions
10
TODO
10
TODO
|
@ -10,10 +10,16 @@ Roadmap:
|
||||||
|
|
||||||
Working TODO list:
|
Working TODO list:
|
||||||
|
|
||||||
- Constructs require for self-hosting
|
- self-hosting, there are a lot of accumulated TODO's that need to be addressed
|
||||||
|
|
||||||
- it seems add-global is being called in reverse order on globals. WTF????
|
|
||||||
- why does the -t option not work in self-hosted executable?
|
- why does the -t option not work in self-hosted executable?
|
||||||
|
need to figure this out, assume some underlying defect
|
||||||
|
|
||||||
|
- improved error handling:
|
||||||
|
- code traces
|
||||||
|
- type checking
|
||||||
|
|
||||||
|
without these, it will be impossible (or at least time-consuming) to debug issues going forward
|
||||||
|
|
||||||
- modify main cyclone.scm program to compile
|
- modify main cyclone.scm program to compile
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue