RE: perl frontend for ghc

2000-06-30 Thread Simon Marlow
> On Wed, Jun 28, 2000 at 02:36:04AM -0700, Simon Marlow wrote: > > [... Haskell frontend for ghc ...] > > How does that affect bootstrapping from hc files? We haven't tackled it yet, but the plan is to write a Makefile that can compile the .hc sources to the driver using gcc. It's just a case

Re: perl frontend for ghc

2000-06-30 Thread Hannah Schroeter
Hello! On Wed, Jun 28, 2000 at 02:36:04AM -0700, Simon Marlow wrote: > [... Haskell frontend for ghc ...] How does that affect bootstrapping from hc files? Regards, Hannah.

Re: perl frontend for ghc

2000-06-28 Thread Marcin 'Qrczak' Kowalczyk
Wed, 28 Jun 2000 02:36:04 -0700, Simon Marlow <[EMAIL PROTECTED]> pisze: > But fortunately now we have, and if you look at the current CVS > HEAD you'll see the new driver, written (almost) entirely in Haskell. Written in Haskell when we consider a compiler which is needed to compile it, but it'

RE: perl frontend for ghc

2000-06-28 Thread Simon Marlow
> I hope this isn't a FAQ, but AFAIR this hasn't been asked in the past: > > Are there plans to replace the ghc frontend (driver), which > is currently > written in perl, by a version implemented in Haskell? > > I know that perl is nice for fiddling with command line > options, but on > the ot

perl frontend for ghc

2000-06-27 Thread Matthias Kilian
Hi! I hope this isn't a FAQ, but AFAIR this hasn't been asked in the past: Are there plans to replace the ghc frontend (driver), which is currently written in perl, by a version implemented in Haskell? I know that perl is nice for fiddling with command line options, but on the other hand, it's