scala / compiler-interface

a binary contract between Zinc and Scala Compilers
Apache License 2.0
10 stars 4 forks source link

[1.0] Refactor Zinc to use tree visitor #25

Open eed3si9n opened 4 years ago

eed3si9n commented 4 years ago

If #18, #19, #20, #21 are successful, we should be able to remove API extraction and Dependency extraction out of the compiler bridge, and move them into Zinc proper as implementation(s) of tree visitor callback.