packages feed

ParserFunction-0.0.3: ParserFunction.cabal

Name:            ParserFunction
Version:         0.0.3
License:         BSD3
License-file:    LICENSE
Author:          Enzo Haussecker
Synopsis:        An algorithm for parsing Expressions.
Description:     The centerpiece of this package is a function called "expressionToDouble", which parses an expression (in the form of a string) and returns a Double. Examples of this function can be found by viewing the source code for this module.
Build-Depends:   base, parsec, containers
stability:       Stable
Category:        Parsing
build-type:      Simple
cabal-version:   >= 1.2
tested-with:     GHC ==6.8.2

Exposed-modules: 
	Text.ParserCombinators.Parsec.ParserFunction