From c6d498964d6bfa456292662a34bb343a0880d0c8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Jul 2015 10:16:46 -0400 Subject: [PATCH] Update TODO --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 43b8c791..2a7f12d2 100644 --- a/TODO +++ b/TODO @@ -26,8 +26,9 @@ Working TODO list: 2) Need to either allow code to read an import after macro expansion, or have another main module for self-hosting - Documentation improvements - - create a getting started page to go into more detail (build options, rlwrap, etc) + - create a getting started page to go into more detail (build section could move to a that page, could go over build options, rlwrap, etc) - create a 'how this was built' page to go into more detail about which references were used where + - Documentation section should clearly link to build page, features, how-this-was-built, etc. - GC improvements - is dhalloc limit good enough?