Re: [Haskell-cafe] CnC Haskell

2010-09-07 Thread Vasili I. Galchin
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

Re: [Haskell-cafe] CnC Haskell

2010-09-02 Thread Ryan Newton
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

Re: [Haskell-cafe] CnC Haskell

2010-06-25 Thread David Peixotto
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

Re: [Haskell-cafe] CnC Haskell

2010-06-23 Thread Vasili I. Galchin
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 >

Re: [Haskell-cafe] CnC Haskell

2010-06-23 Thread Don Stewart
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

[Haskell-cafe] CnC Haskell

2010-06-23 Thread Vasili I. Galchin
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