On Jun 24, 2013, at 17:34 , Marvin Humphrey <[email protected]> wrote:
> Nick, if I work on implementing that scheme, would it clash with anything
> you've got in the hopper? It won't touch much code in clownfish/, but core/
> will have a lot of churn.
We should only merge the separate-clownfish-wip5 branch first. Here are some
things that are still to do:
* Check that the installation of Clownfish works (Perl and C).
* Make the Lucy build work with an external Clownfish installation
(Perl and C).
* Find a way to extract the DocuComments from the .h files in
clownfish/compiler/src. Check that the important stuff of the
compiler is documented.
* Finish the general Clownfish documentation. You might have noticed
that I already started. I also think there are quite a few corner
cases where we have to decide how CFC should handle them. In the
result, CFC will probably have to make some stricter checks. Some
obvious things are already marked as TODO in the CFC source.
But all of this can be done after merging the branch. If there are no
objections, I can go ahead with the merge. I don't have anything else pending.
Nick