Quasiquoting Support for GHC

Quasiquoting is supported in GHC 6.10 and above. See the Quasiquotation tutorial on the Haskell wiki for a simple example. Also, please note that the syntax has changed slightly from that which is presented in the paper.

Audrey Tang has backported this feature to GHC 6.8.3. Her patch is available here.

Paper

Please see my publications page for the Haskell Workshop paper that describes my implementation of quasiquoting support in GHC, slightly revised from the conference proceedings.

A C Quasiquoting Library

The language-c-quite library for quasiquoting C and variations, including OpenCL and partial support for CUDA, is available on hackage and on github.