feldspar-compiler-0.6.0.2: Compiler for the Feldspar language

Safe HaskellNone

Feldspar.Compiler.Compiler

Synopsis

Documentation

data SomeCompilable Source

Constructors

forall a internal . Compilable a internal => SomeCompilable a 

compileToCCore :: Compilable t internal => CompilationMode -> t -> Maybe String -> IncludesNeeded -> OriginalFunctionSignature -> Options -> SplitCompToCCoreResultSource

Compiler core This functionality should not be duplicated. Instead, everything should call this and only do a trivial interface adaptation.

defaultOptions :: OptionsSource

Predefined options