Hi Ryan,
I see the "generated" C++ but where is the CnC front-end code?
Regards,
Vasili
On Thu, Sep 2, 2010 at 7:23 PM, Ryan Newton wrote:
> Belated update:
>
> The haskell-cnc distribution (if you grab it from darcs) now has a
> front-end that parses the graph description files.
> h
Belated update:
The haskell-cnc distribution (if you grab it from darcs) now has a front-end
that parses the graph description files.
http://hackage.haskell.org/package/haskell-cnc
For any readers who haven't seen this before -- CnC is a parallel
programming model that includes both a librar
There is a reference for the CnC grammar in the repository for the .NET
implementation.
http://github.com/dmpots/CnC.NET/blob/master/CnC.NET/CnC.NET/cnc.grammar
The parser specification for fsyacc (the F# YACC implementation) is here:
http://github.com/dmpots/CnC.NET/blob/master/CnC.NET/CnC.NE
On Wed, Jun 23, 2010 at 3:47 PM, Don Stewart wrote:
> vigalchin:
> > Hello,
> >
> > I have been reading work done at Rice University: http://
> > habanero.rice.edu/cnc. Some work has been done by
> http://www.cs.rice.edu/
> > ~dmp4866/ on CnC for .Net. One component that David wrote a CnC
>
vigalchin:
> Hello,
>
> I have been reading work done at Rice University: http://
> habanero.rice.edu/cnc. Some work has been done by http://www.cs.rice.edu/
> ~dmp4866/ on CnC for .Net. One component that David wrote a CnC translator
> that
> translates CnC textual form to the underlying l
Hello,
I have been reading work done at Rice University:
http://habanero.rice.edu/cnc. Some work has been done by
http://www.cs.rice.edu/~dmp4866/ on CnC for .Net. One component that David
wrote a CnC translator that translates CnC textual form to the underlying
language, e.g. F#. Is anybody