Felix is now bootstrapped in the sense you can now
completely rebuild the current host model.
PLEASE TRY THIS. And let me know if it works.
It is tested at this point ONLY on OSX using clang 3.3.
It almost certainly will NOT work on Windows.
Just do:
make build
in the top level of the reposito
No, I have no plan to replace Ocaml yet :)
Felix currently compiles using flx. In turn, flx invokes flxg (Ocaml)
and flx_pkgconfig .. which is written in Felix. This creates a circularity.
This circularity is resolved as follow currently:
flx_pkgconfig is built first, using hand crafted Python
s