Name: ParserFunction
Version: 0.1.0
License: BSD3
License-File: LICENSE
Copyright: Copyright (c) 2014, Enzo Haussecker. All rights reserved.
Author: Enzo Haussecker <enzo@ucsd.edu>
Maintainer: Enzo Haussecker <enzo@ucsd.edu>
Stability: Experimental
Category: Math, Parsing
Synopsis: Parse and evaluate mathematical expressions.
Build-Type: Simple
Cabal-Version: >= 1.16.0
Description: Parse and evaluate mathematical expressions.
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
Exposed-Modules: Text.Parsec.Expr.Math
Build-Depends: base >= 4 && < 5,
containers,
parsec