GCC, Mac OS X & the future

Max Bolingbroke batterseapower at hotmail.com
Wed Jun 29 09:38:55 CEST 2011


On 29 June 2011 06:46, Dan Knapp <dankna at gmail.com> wrote:
> That sounds a lot easier than doing a preprocessor from scratch, so

I would quite like a Haskell-specific preprocessor because the current
GCC CPP even has problems if you use identifiers containing single '
characters within macros. So this use of an ASSERT macro will fail
obscurely:

ASSERT(isFooBar x', ppr x')

It's kind of annoying to have to rename your identifiers when this happens.

Max



More information about the Cvs-ghc mailing list