@hackage copilot-libraries0.3
A Haskell-embedded DSL for monitoring hard real-time distributed systems.
Categories
License
BSD-3-Clause
Maintainer
niswegmann@gmail.com
Links
Versions
Installation
Dependencies (6)
- array
- base >=4.0 && <5
- containers
- copilot-language
- mtl >=2.0
- parsec >=2.0 Show all…
Dependents (3)
@hackage/copilot-verifier, @hackage/acme-everything, @hackage/copilot
Libraries for the Copilot language.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in Haskell that compiles into embedded C. Copilot contains an interpreter, multiple back-end compilers, and other verification tools. A tutorial, bug reports, and todos are available at https://github.com/niswegmann/copilot-discussion.
Examples are available at https://github.com/leepike/Copilot/tree/master/Examples.