copilot-0.22: A stream DSL for writing embedded C.Source codeContentsIndex
Language.Copilot.Compiler
Description
Transform the copilot specification in an atom one, and then compile that one.
Synopsis
copilotToAtom :: StreamableMaps Spec -> Sends -> Maybe Period -> Maybe [(Var, String)] -> (Period, Atom ())
Documentation
copilotToAtom :: StreamableMaps Spec -> Sends -> Maybe Period -> Maybe [(Var, String)] -> (Period, Atom ())

Compiles an Copilot specification to an Atom one.

The period is given as a Maybe : if it is Nothing, an optimal period will be chosen.

Produced by Haddock version 2.6.1