Hi,

L Corbijn wrote:
I'm happy to announce the release of my first package antiquoter, a
combinator library for writing quasiquoters and antiquoters. The main
aim is to simplify their definitions and reduce copy-and-paste programming.

Very interesting. I'm using something similar to your EP class, but yours looks more refined. See class PatOrExp in https://github.com/Toxaris/pts/blob/master/src-lib/PTS/QuasiQuote.hs

I'm a bit overwhelmed by the rest of your library, though. Is the overall design explained somewhere?

And: Your package description says that it is "especially aimed at making user extensible antiquoters". That sounds very cool. Can you provide an example for how the antiquoter package supports extensions, and what kinds of extensions are supported?

  Tillmann

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to