CSPM-Frontend: A CSP-M parser compatible with FDR-2.91

[ bsd3, concurrency, formal-methods, language, library ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.8.0, 0.2.10.2, 0.3.0.3, 0.3.0.4, 0.4.0.0, 0.4.1.0, 0.4.1.1, 0.6.8.0, 0.7.4.4, 0.9.0.6, 0.9.2.0, 0.10.0.0, 0.12.1.0
Dependencies array (>=0.5 && <0.6), base (>=4.0 && <5.0), containers (>=0.5 && <0.6), dlist (>=0.7 && <0.9), either (>=4.3 && <4.5), mtl (>=2.2 && <2.3), parsec (>=3.1.11 && <3.2), prettyclass (>=1.0 && <1.1), syb (>=0.7 && <0.8), transformers (>=0.5 && <0.6) [details]
License BSD-3-Clause
Author Marc Fontaine 2007 - 2017
Maintainer Marc Fontaine <Marc.Fontaine@gmx.de>, me@dobrikov.biz
Category Language, Formal Methods, Concurrency
Source repo head: git clone git://github.com/MarcFontaine/cspm
Uploaded by MarcFontaine at 2017-10-26T16:00:53Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 12703 total (30 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-26 [all 1 reports]

Readme for CSPM-Frontend-0.12.1.0

[back to package description]

CSPM-Frontend

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.

Haddock documentation