diff options
author | pgj <pgj@FreeBSD.org> | 2009-01-24 07:53:56 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-01-24 07:53:56 +0800 |
commit | cddcfc21f483fa9641abf426a8da25f0194b6153 (patch) | |
tree | 8682ca2170971135482e01b754b597c5b028dec5 /textproc/Makefile | |
parent | 41139906e9dbfe776d429c15e7a685295698fb0d (diff) | |
download | freebsd-ports-gnome-cddcfc21f483fa9641abf426a8da25f0194b6153.tar.gz freebsd-ports-gnome-cddcfc21f483fa9641abf426a8da25f0194b6153.tar.zst freebsd-ports-gnome-cddcfc21f483fa9641abf426a8da25f0194b6153.zip |
A variety of alternative parser combinator libraries for the functional
programming language Haskell, including the original HuttonMeijer set.
The Poly sets have features like good error reporting, arbitrary token
type, running state, lazy parsing, and so on. Finally, Text.Parse is a
proposed replacement for the standard Read class, for better
deserialisation of Haskell values from Strings.
WWW: http://www.cs.york.ac.uk/fp/polyparse/
Approved by: gabor
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 659fbb38de0e..c92f2efccd67 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -210,6 +210,7 @@ SUBDIR += hs-bytestring-csv SUBDIR += hs-haxml SUBDIR += hs-highlighting-kate-ghc + SUBDIR += hs-polyparse-ghc SUBDIR += hs-stringsearch SUBDIR += hsb-aspell SUBDIR += htdig |