added note about state of package conversion

This commit is contained in:
Zachary Snow 2019-04-23 20:37:59 -04:00
parent 2aa39289a3
commit 9373f3049a
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
- Author: Zachary Snow <zach@zachjs.com>
-
- Conversion for packages and imports
-
- TODO FIXME: This package conversion does not yet handle package-scoped
- identifiers for task/function names or type names, as the AST and parser
- doesn't support them yet. This won't be too difficult.
-}
module Convert.Package (convert) where