From 0aac17a51bc1193c6135a81d8c8365c8b5ad318c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 9 Jul 2015 21:47:33 -0400 Subject: [PATCH] More self-hosting TODO's --- TODO | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index f0a4d49f..6e35bce5 100644 --- a/TODO +++ b/TODO @@ -10,10 +10,16 @@ Roadmap: 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? + 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