Changes between Version 6 and Version 7 of ccpn
- Timestamp:
- 02/02/19 23:19:02 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ccpn
v6 v7 2 2 3 3 The Curry-coloured Petri net formalism and its tool set provide the possibilities 4 - to model CCPNs (Curry-coloured Petri nets) with Curryinscriptions in the [http://renew.de Renew] editor environment4 - to model CCPNs (Curry-coloured Petri nets) with [http://www.curry-language.org Curry] inscriptions in the [http://renew.de Renew] editor environment 5 5 - to simulate CCPN models 6 6 - to generate a reachability graph for CCPN models 7 - to be integrated as a Haskelllibrary into Haskell programs8 While Haskell is used as the implementations language, Curryis used as the inscription language.7 - to be integrated as a [https://www.haskell.org Haskell] library into Haskell programs 8 While [https://www.haskell.org Haskell] is used as the implementations language, [http://www.curry-language.org Curry] is used as the inscription language. 9 9 The main advantage is that CCPN inscriptions are side effect free due to the Curry's functional purness and the control of side effects by its strong type system. 10 10 Binding searches are based on the highly optimized Curry evaluation environment of the [https://www-ps.informatik.uni-kiel.de/kics2 KiCS2] compiler.