DSL which defines a parser and pretty printer at the same time (fork of stepcut's boomerang)  (http://www.happstack.com/)

move source-repository to hub.darcs.net

dagMon Oct 15 21:05:52 UTC 2012

export <> from base if available; give ours the same precedence

dagMon Oct 15 21:03:22 UTC 2012

rename PrinterParser to Boomerang

dagMon Oct 15 20:54:32 UTC 2012

rename derivePrinterParsers to makePrinterParsers

dagMon Oct 15 20:18:34 UTC 2012

remove accidentally committed code

Jeremy ShawMon Jul 30 15:58:29 UTC 2012

boomerang-1.3.3: adding missing pattern in Texts.isComplete

Jeremy ShawMon Jul 30 15:56:28 UTC 2012

update .cabal to point to bug-tracker at google code

Jeremy ShawMon Jul 23 22:39:41 UTC 2012

boomerang-1.3.2: bumped version

Jeremy ShawWed Jul 4 16:12:26 UTC 2012

added Text.Boomerang.Texts

Jeremy ShawSun Apr 22 16:54:44 UTC 2012

boomerang-1.3.1: added Strings.readshow, fixed issue with int parsing, removed trailing whitespace

Jeremy ShawWed Mar 14 23:18:20 UTC 2012

boomerang-1.3.0: change anyString so that it does not have an implicit eos in it...'

The new behavior does what you expect when writing:

> rPair . anyString </> anyString

Though it makes the behavior of:

> rPair . anyString . anyString

somewhat ill-defined. But that is probably the best we can do for now.

Bumped the .Y version number since this is a non-backwards compatible change. It will break existing parsers.

http://code.google.com/p/happstack/issues/detail?id=154

Jeremy ShawMon Mar 5 00:32:53 UTC 2012

fix order of arguments in type signature generated by derivePrinterParsers

jmnotinTue Oct 25 16:37:04 UTC 2011

1.1.1 - removed bogus dependency on web-routes

Jeremy ShawTue Oct 4 15:20:32 UTC 2011

bumped version to 1.1.0

Jeremy ShawMon Oct 3 19:34:14 UTC 2011

Add type signatures to derived parsers

ocharlesSun Oct 2 14:52:36 UTC 2011

1.0.1 - tweaks to information in .cabal file

Jeremy ShawThu Jul 21 18:20:46 UTC 2011

bump to 1.0.0

Jeremy ShawTue Jul 19 17:37:43 UTC 2011

added String parser/printer and Example.lhs

Jeremy ShawTue Jun 21 22:27:29 UTC 2011

imported boomerang

Jeremy ShawTue Jun 21 20:09:29 UTC 2011