From 84455d11d572e34e0982d4e3b67cb1f685a4be59 Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 14 Feb 2020 16:43:21 -0800 Subject: [PATCH] Add TODO note --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 87d7c3a..49e36b6 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,8 @@ # Plan of attack +-ONLY two types of statement, Expressoin and Declaration +-modules and imports are just types of Declarables + 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