copilot-c99

A compiler for Copilot targeting C99.

https://copilot-language.github.io

Version on this page:3.19.1
LTS Haskell 22.33:3.19.1
Stackage Nightly 2024-09-07:3.20
Latest on Hackage:3.20

See all snapshots copilot-c99 appears in

BSD-3-Clause licensed by Frank Dedden , Alwyn Goodloe , Ivan Perez
Maintained by Ivan Perez
This version can be pinned in stack with:copilot-c99-3.19.1@sha256:77b60f15e55467ba12448edef29ee9918f1baa9eb3999acd24570b3b33966bb2,2920

Module documentation for 3.19.1

Build Status

Copilot: a stream DSL

Copilot-c99 implements a C99 backend for Copilot, producing high quality code suitable for hard realtime applications.

Copilot is a runtime verification framework written in Haskell. It allows the user to write programs in a simple but powerful way using a stream-based approach.

Programs can be interpreted for testing, or translated C99 code to be incorporated in a project, or as a standalone application. The C99 backend ensures us that the output is constant in memory and time, making it suitable for systems with hard realtime requirements.

Installation

Copilot-c99 can be found on Hackage. It is typically only installed as part of the complete Copilot distribution. For installation instructions, please refer to the Copilot website.

Further information

For further information, install instructions and documentation, please visit the Copilot website: https://copilot-language.github.io

License

Copilot is distributed under the BSD-3-Clause license, which can be found here.