From 2cd325ba126910c5e9824c78dc129c2a275e7eac Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 8 Nov 2019 18:56:15 -0800 Subject: [PATCH] Add plan of attack notes --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO.md b/TODO.md index a1b04e8..b382a77 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,13 @@ +# Plan of attack + +1. modify visitor so it can handle scopes + -this is needed both to handle import scope correctly + -and also to support making FQSNs aware of function parameters + +2. Once FQSNs are aware of function parameters, most of the Rc things in eval.rs can go away + +3. after that, get rid of symbol table from eval.rs + # TODO items -use 'let' sigil in patterns for variables :