Closed Ingo60 closed 9 years ago
As of now, one can collect all frege files in a project by means of command line tooling (find) or build automation capabilities (like the gradle build in real-world frege) but from these files it is difficult to select the proper "compilation roots". For the sake of easier integration with typical Java/Groovy/Clojure/Scala/etc. projects that compile a full source tree it would be very convenient to allow a similar approach.
This is implemented in compiler from 3.22.324 onwards.
Compile all files below given directories or given on command line, in the correct order.