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

Support Frege compiler options properly #3

Closed seancorfield closed 9 years ago

seancorfield commented 10 years ago

Currently hardcoded as bit positions. Should reach into Frege compiler enums and calculate them properly by name, and then support :frege-options in project.clj.

seancorfield commented 9 years ago

With the new 3.22.324 compiler, this was easy.