Added TODO

This commit is contained in:
Justin Ethier 2015-07-13 17:58:07 -04:00
parent d3b0f01664
commit 9a7bb95130

5
TODO
View file

@ -36,6 +36,11 @@ Working TODO list:
without these, it will be impossible (or at least time-consuming) to debug issues going forward without these, it will be impossible (or at least time-consuming) to debug issues going forward
- use cyclone-bootstrap to build/install a version of cyclone from C source
will want to be able to do a full install to specified (or default) location, eg: /usr/local
will need to include all autogenerated files, sld's, and anything else required for an install
then this repo can just use 'cyclone' to build
- modify main cyclone.scm program to compile - modify main cyclone.scm program to compile
2) Need to either allow code to read an import after macro expansion, or have another main module for self-hosting 2) Need to either allow code to read an import after macro expansion, or have another main module for self-hosting