From 0697ee006188b8512f5f4d83af789c50cc7c9d32 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 21 Aug 2015 01:59:46 -0400 Subject: [PATCH] Added TODO items --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 66f6dab4..6985f9b9 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,11 @@ Working TODO list. should start creating issues for these to get them out of her if necessary, write makefile directive to automate rebuilding cyclone for macro development - macros + - next steps: + - how should ex rename/compare work? check working implementations, papers + - review 4 cases below for handling macro expansion. I think there are still some outstanding issues + with respect to eval'd macros + - check chibi's syntax-rules * thought: if we go with meta files, the compiler can revert back to using compiled macros if we do not install the meta files.