This repository was archived by the owner on Sep 3, 2020. It is now read-only.
This repository was archived by the owner on Sep 3, 2020. It is now read-only.
Explicit typing feature #161
Open
Description
I'm currently working on implementing an explicit typing feature.
https://www.reddit.com/r/scala/comments/4mwp0o/scalatype_need_help/
Basically the idea is that it adds explicit types to variable declarations to make code easier to maintain after it has been written.
I was wondering if there was any way we could integrate functionality. Right now I'm getting my type information by telling my command line utility to compile with -print
. This generates desugared source code with type information that can be extracted (using regular expression).
Metadata
Metadata
Assignees
Labels
No labels