libcspm: A library providing a parser, type checker and evaluator for CSPM.
This library provides a parser, type checker and evaluator for machine CSP. The parser is designed to be compatible with FDR2 and, in particular, deals with the ambiguity between greater than and end of sequence in the same way (as far as possible, see CSPM.Parser for more information). The typechecker is as liberal as it is possible to make a typechecker without making typechecking undecidable. Documentation on the type system is forthcoming. The evaluator is relatively experimental, but should be able to evaluate any CSPM expression that FDR2 can. The output of this phase (if a process is evaluated) is a tree of CSP (note not CSPM) operator applications which should be suitable for input into a refinement checker, or other process algebraic tool.
The main module of interest will be the CSPM module. This packages up most of the functionality of the library in an easy to use, relatively high level format. See CSPM for an example of how to use this module.
[Skip to Readme]
Modules
[Index]
- CSPM
- CSPM.CommandLineOptions
- DataStructures
- CSPM.Desugar
- CSPM.Evaluator
- CSPM.Evaluator.BuiltInFunctions
- CSPM.Evaluator.DeclBind
- CSPM.Evaluator.DeepSeq
- CSPM.Evaluator.Dot
- CSPM.Evaluator.Environment
- CSPM.Evaluator.Exceptions
- CSPM.Evaluator.Expr
- CSPM.Evaluator.File
- CSPM.Evaluator.Monad
- CSPM.Evaluator.PatBind
- CSPM.Evaluator.ProcessValues
- CSPM.Evaluator.Profiler
- CSPM.Evaluator.ValuePrettyPrinter
- CSPM.Evaluator.ValueSet
- CSPM.Evaluator.Values
- CSPM.Parser
- CSPM.Prelude
- CSPM.PrettyPrinter
- CSPM.Renamer
- CSPM.TypeChecker
- CSPM.TypeChecker.BuiltInFunctions
- CSPM.TypeChecker.Common
- CSPM.TypeChecker.Compressor
- CSPM.TypeChecker.Decl
- CSPM.TypeChecker.Environment
- CSPM.TypeChecker.Exceptions
- CSPM.TypeChecker.Expr
- CSPM.TypeChecker.File
- CSPM.TypeChecker.InteractiveStmt
- CSPM.TypeChecker.Monad
- CSPM.TypeChecker.Pat
- CSPM.TypeChecker.Unification
- Data
- Graph
- Set
- Util
Downloads
- libcspm-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 1.0.0 |
---|---|
Change log | CHANGELOG.txt |
Dependencies | array (>=0.3), base (>=4 && <5), bytestring (>=0.9), containers (>=0.5), deepseq (>=1.3 && <1.4), directory (>=1.0), filepath (>=1.2), graph-wrapper (>=0.2), hashable (>=1.1 && <1.2), hashtables (>=1.0), mtl (>=2.0), pretty (>=1.1), text (>=0.11 && <0.12), value-supply (>=0.6) [details] |
License | BSD-3-Clause |
Copyright | (c) 2011 Thomas Gibson-Robinson |
Author | Thomas Gibson-Robinson <thomas.gibsonrobinson@gmail.com> |
Maintainer | Thomas Gibson-Robinson <thomas.gibsonrobinson@gmail.com> |
Category | Concurrency |
Home page | https://github.com/tomgr/libcspm |
Bug tracker | https://github.com/tomgr/libcspm/issues |
Source repo | head: git clone https://github.com/tomgr/libcspm this: git clone https://github.com/tomgr/libcspm(tag release-1.0.0) |
Uploaded | by ThomasGibsonRobinson at 2013-10-11T09:14:14Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4725 total (23 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |