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