copilot-c99 alternatives and similar packages
Based on the "copilot" category.
Alternatively, view copilot-c99 alternatives based on common mentions on social networks and blogs.
-
copilot-core
Intermediate representation for CoPilot. Strictly follows Haskell 2010 except for universal and existential quantification.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of copilot-c99 or a related project?
README
Overview
This package is a Copilot back-end that targets Atom http://hackage.haskell.org/package/atom. Atom is a Haskell DSL that generates real-time C code.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in Haskell that compiles into embedded C. Copilot is similar in spirit to languages like Lustre. Copilot contains an interpreter, multiple back-end compilers, and other verification tools.
Examples
Please see the files under the Examples directory in the Copilot for a number of examples showing the syntax, use of libraries, and use of the interpreter and back-ends. The examples is the best way to start.
Installation
The Copilot library is cabalized. Assuming you have cabal and the GHC compiler installed (the Haskell Platform is the easiest way to obtain these), it should merely be a matter of running
cabal install copilot-c99
However, we strongly recommend you install Copilot, which installs copilot-c99 and other packages automatically. Execute
cabal install copilot
Dependencies
copilot-c99 depends on the Atom to generate hard real-time C code.
Resources
copilot-c99 is available on Hackage.
Sources for each package are available on Github as well. Just go to [Github](github.com) and search for the package of interest. Feel free to fork!
Copyright, License
Copilot is distributed with the BSD3 license. The license file contains the BSD3 verbiage.
Thanks
We are grateful for NASA Contract NNL08AD13T to Galois, Inc and the National Institute of Aerospace, which partially supported this work.
*Note that all licence references and agreements mentioned in the copilot-c99 README section above
are relevant to that project's source code only.