From 2c52ca957feac81331d6371c9fc3a80897197a6f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Jul 2015 17:47:01 -0400 Subject: [PATCH] Update TODO --- TODO | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TODO b/TODO index a3b6c9b9..f5c12c20 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,4 @@ Roadmap: - - Add constructs used by the compiler - - Allow compiler to be hosted by Chicken (already working) or itself (self-hosting) - - Once self-hosting, may want to create another repo to store snapshots of C code - - Install scripts and instructions, need to be able to deploy this - possibly install to /usr/local (allow specifying this on cmd line), similar to chibi - Add macro support (instead of current kludge) - Target r7rs support (coordinate with feature list) - User manual (or at least API docs)