name: feldspar-compiler version: 0.3.2 cabal-version: >= 1.6 build-type: Simple license: BSD3 license-file: LICENSE copyright: Copyright (c) 2009-2010, ERICSSON AB author: Feldspar group, Eotvos Lorand University Faculty of Informatics maintainer: deva@inf.elte.hu stability: experimental homepage: http://feldspar.inf.elte.hu/feldspar/ synopsis: Compiler for the Feldspar language description: Feldspar (**F**unctional **E**mbedded **L**anguage for **DSP** and **PAR**allelism) is an embedded DSL for describing digital signal processing algorithms. This library (FeldsparCompiler) contains a prototype compiler that supports C code generation from programs written in this language both according to ANSI C and also targeted to a real DSP HW. category: Compiler tested-with: GHC==6.10.* library exposed-modules: Feldspar.Compiler.Imperative.CodeGeneration Feldspar.Compiler.Imperative.Representation Feldspar.Compiler.Imperative.Semantics Feldspar.Compiler.PluginArchitecture.DefaultConvert Feldspar.Compiler.Plugins.BackwardPropagation Feldspar.Compiler.Plugins.ForwardPropagation Feldspar.Compiler.Plugins.HandlePrimitives Feldspar.Compiler.Plugins.Precompilation Feldspar.Compiler.Plugins.PrettyPrint Feldspar.Compiler.Plugins.PropagationUtils Feldspar.Compiler.Plugins.Unroll Feldspar.Compiler.Precompiler.Precompiler Feldspar.Compiler.Transformation.GraphToImperative Feldspar.Compiler.Transformation.GraphUtils Feldspar.Compiler.Transformation.Lifting Feldspar.Compiler.Compiler Feldspar.Compiler.Error Feldspar.Compiler.Options Feldspar.Compiler.Platforms Feldspar.Compiler.PluginArchitecture Feldspar.Compiler Feldspar.Fs2dot build-depends: feldspar-language == 0.3.*, base >= 4 && < 4.3, containers, haskell-src-exts, directory, filepath, hint, MonadCatchIO-mtl, mtl, process extensions: EmptyDataDecls FlexibleContexts FlexibleInstances MultiParamTypeClasses Rank2Types TypeFamilies TypeSynonymInstances UndecidableInstances include-dirs: ./Feldspar/C install-includes: feldspar_c99.h feldspar_c99.c feldspar_tic64x.h feldspar_tic64x.c executable feldspar main-is : ./Feldspar/Compiler/CompilerMain.hs other-modules: Feldspar.Compiler.Standalone.Constants Feldspar.Compiler.Standalone.Library Feldspar.Compiler.Standalone.Options build-depends: ansi-terminal extensions: CPP EmptyDataDecls FlexibleContexts FlexibleInstances MultiParamTypeClasses Rank2Types TypeFamilies TypeSynonymInstances UndecidableInstances cpp-options: -DRELEASE