atom-1.0.13: An EDSL for embedded hard realtime applications.
Language.Atom.Example.External
Description
This demonstrates the use of word16' to reference an external variable, and the use of call to call an external function.
word16'
call
Synopsis
main :: IO () Source
Invoke the Atom compiler
extern :: Atom () Source
Top-level rule
prePostCode :: [Name] -> [Name] -> [(Name, Type)] -> (String, String) Source