aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-hxt-regex-xmlschema
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION of all ports dependent on lang/ghc as duringashish2011-05-261-0/+1
| | | | | | | upgrade, lang/ghc cabal package cache gets invalidated causing all dependent ports to be reinstalled. Obtained from: FreeBSD Haskell
* This library supports full W3C XML Schema regular expressions inclusive allpgj2011-05-093-0/+32
Unicode character sets and blocks. The complete grammar can be found under <http://www.w3.org/TR/xmlschema11-2/#regexs>. It is implemented by the technique of derivations of regular expressions. The W3C syntax is extended to support not only union of regular sets, but also intersection, set difference, exor. Matching of subexpressions is also supported. The library can be used for constricting lightweight scanners and tokenizers. It is a standalone library, no external regex libraries are used. This package is a substitute for the old regex-xmlschema package. WWW: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema Obtained from: FreeBSD Haskell