mirror of https://github.com/zachjs/sv2v.git
added note about state of package conversion
This commit is contained in:
parent
2aa39289a3
commit
9373f3049a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue