feldspar-compiler-0.4.0.2: Compiler for the Feldspar language
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.
Modules
- Feldspar
- Feldspar.Compiler
- Backend
- C
- Feldspar.Compiler.Backend.C.CodeGeneration
- Feldspar.Compiler.Backend.C.Library
- Feldspar.Compiler.Backend.C.Options
- Feldspar.Compiler.Backend.C.Platforms
- Plugin
- Feldspar.Compiler.Backend.C.Plugin.AllocationEliminator
- Feldspar.Compiler.Backend.C.Plugin.BlockProgramHandler
- Feldspar.Compiler.Backend.C.Plugin.HandlePrimitives
- Feldspar.Compiler.Backend.C.Plugin.Locator
- Feldspar.Compiler.Backend.C.Plugin.PrettyPrint
- Feldspar.Compiler.Backend.C.Plugin.TypeCorrector
- Feldspar.Compiler.Backend.C.Plugin.TypeDefinitionGenerator
- Feldspar.Compiler.Backend.C.Plugin.VariableRoleAssigner
- C
- Feldspar.Compiler.Compiler
- Feldspar.Compiler.Error
- Frontend
- Imperative
- Backend
- Feldspar.NameExtractor
- Feldspar.Transformation
- Feldspar.Compiler