Name: CSPM-Frontend Version: 0.10.0.0 Synopsis: A CSP-M parser compatible with FDR-2.91 Description: CSP-M is the machine readable syntax of CSP (concurrent sequential processes) as used by the formal methods tools FDR, Probe and ProB. This Package contains functions for lexing, parsing, renaming and pretty-printing CSP-M specifications. The parser is (almost) 100% compatible with the FDR-2.91 parser. License: BSD3 category: Language,Formal Methods,Concurrency License-File: LICENSE Author: Marc Fontaine 2007 - 2014 Maintainer: Marc Fontaine , me@dobrikov.biz Stability: maintained Tested-With: GHC == 7.8.3 cabal-Version: >= 1.20 build-type: Simple library Build-Depends: base >=4.0 && < 5.0 ,containers >= 0.5 && < 0.6 ,array >= 0.5 && < 0.6 ,parsec2 >= 1.0.0 && < 1.1.0 ,prettyclass >= 1.0 && < 1.1 ,mtl >= 2.1 && < 2.2 ,either >= 4.3 && < 4.4 ,transformers >= 0.3 ,dlist >= 0.7 && < 0.8 ,syb ,ghc-prim >=0.3 && < 0.4 Default-Language: Haskell2010 Other-Extensions: DeriveDataTypeable -- ,DeriveGeneric GHC-Options: -funbox-strict-fields -O2 -Wall Hs-Source-Dirs: src Exposed-modules: Language.CSPM.Frontend Language.CSPM.Parser Language.CSPM.AST Language.CSPM.PrettyPrinter Language.CSPM.SrcLoc Language.CSPM.Rename Language.CSPM.Utils Language.CSPM.Token Language.CSPM.AstUtils Language.CSPM.TokenClasses Language.CSPM.LexHelper Language.CSPM.UnicodeSymbols Language.CSPM.BuiltIn Other-modules: Text.ParserCombinators.Parsec.ExprM Language.CSPM.Lexer Language.CSPM.AlexWrapper Paths_CSPM_Frontend build-tools: alex