> 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
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.
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'
> 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
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