About

Metadata

  • Last updated , by AlistairWard
  • License LicenseRef-GPL
  • Categories Text Processing
  • Maintained by: mailto:regexchar@functionalley.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    llvm (off by default)

    Whether the llvm compiler-backend has been installed and is required for code-generation.

    threaded (on by default)

    Link with the threaded runtime.

Readme

RegExChar

Build Status Hackage License: GPL v3 Haskell

This is "RegExChar", a regex-engine built from the polymorphic regex-engine "RegExDot" as a proof of concept.

Installation

It can be built and installed using Cabal.

Documentation

  • The directory "man/" contains the documentation.
  • More information about this application can be found at RegExChar.

License

For information on copying and distributing this package, see the file "LICENSE" in this directory.

Bug-reporting

Bug-reports should be emailed to regexchar@functionalley.com.

Testing

The test-suite can be run using:

cabal configure --enable-tests;
cabal build;
cabal test --show-details=always;

Author

This application is written and maintained by Dr. Alistair Ward.