seancorfield / lein-fregec

A Leiningen plugin to compile Frege (http://www.frege-lang.org) code.
https://clojars.org/lein-fregec
Eclipse Public License 1.0
20 stars 1 forks source link

Add compiler order option #6

Closed seancorfield closed 9 years ago

seancorfield commented 10 years ago

Add vector of source files that should be compiled in order out of all files found. Should be relatively to one of the source paths.

Logic should extrapolate the vector across the source paths and then pull out matching files in order so that they are passed to Frege in order.

Match on the tail of file paths. Make it not sensitive to OS separators.

seancorfield commented 10 years ago

And add Frege code examples that demonstrate that!

seancorfield commented 9 years ago

No longer needed since Frege 3.22.324 compiler has -make option.