From 9a7bb9513013a3e47a95d144cb4be547184cbdfa Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 13 Jul 2015 17:58:07 -0400 Subject: [PATCH] Added TODO --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 8b3d54ce..9c9aaae5 100644 --- a/TODO +++ b/TODO @@ -36,6 +36,11 @@ Working TODO list: 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 2) Need to either allow code to read an import after macro expansion, or have another main module for self-hosting