On 13/05/2013, at 6:49 AM, john skaller wrote:
> 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 Win
And here is more fun! Try this!!
First, lets compile Felix down to C++ and capture the C++
in the directory flxout:
~/felix>flx --nocc --bundle_dir=flxout src/flx/flx
~/felix>ls flxout
flx.cpp flx.hpp flx.rtti
flx.ctors_cpp flx.in
On 18/01/2013, at 9:16 AM, Michael Maul wrote:
[And Dobes also]
> Course I expect it is not quite as simple as just capturing the gen'd C
> code...
The task then is to make it that simple.
There are two distinct issues here.
The easy one is the impact on the repository.
The build can be
In the long term, checking the generated C++ code into the repository in a
"bootstrap" or "cache" folder of some sort and switch alll the tools to be
written in Felix (especially flxg) is the way to go.
On Thu, Jan 17, 2013 at 2:07 AM, john skaller wrote:
> No, I have no plan to replace Oc