Add TODO note

This commit is contained in:
greg 2020-02-14 16:43:21 -08:00
parent 16559d2e55
commit 84455d11d5
1 changed files with 3 additions and 0 deletions

View File

@ -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