optimising compiler for Haskell's intermediate representation (STG) to LLVM IR
☆32May 15, 2019Updated 6 years ago
Alternatives and similar repositories for simplexhc-cpp
Users that are interested in simplexhc-cpp are comparing it to the libraries listed below
Sorting:
- Pure-Haskell proper unicode string handling☆15Jun 5, 2016Updated 9 years ago
- Encoding of GHC Core inside MLIR☆19Nov 12, 2020Updated 5 years ago
- used to be something more ambitious, cut scope to just a simple compiler for thesis project☆17Jan 14, 2019Updated 7 years ago
- compiler with polyhedral optmization for a lazy functional programming language☆68Oct 8, 2017Updated 8 years ago
- Gidl: an Interface Description Language☆10Aug 11, 2017Updated 8 years ago
- The generalized intensional compiler for a Haskell-like language.☆14Nov 27, 2017Updated 8 years ago
- Dependently typed convolutional neural networks☆35May 10, 2017Updated 8 years ago
- An extensible IO-like monad-like thing for Idris, with support for including linear subprograms☆22Feb 25, 2020Updated 6 years ago
- A GHC plugin and library for analysing GHC Core☆54Feb 4, 2025Updated last year
- Haskell space profiling toolset☆14Nov 7, 2018Updated 7 years ago
- The GHC Wiki (kept for archiving purposes, please use version at https://gitlab.haskell.org/ghc/ghc/wikis/)☆12Mar 9, 2019Updated 7 years ago
- A port of Apache Sparks to Haskell using distributed process☆33Oct 14, 2016Updated 9 years ago
- Use GHC's Memory Allocator from C☆12Feb 22, 2020Updated 6 years ago
- Hopefully verifiable code generation in GHC☆93May 10, 2017Updated 8 years ago
- Haskell port of the Tensor Algebra COmpiler☆16Nov 18, 2019Updated 6 years ago
- Compositional type checking for a Hindley-Milner type system☆11Mar 28, 2017Updated 8 years ago
- Time series database built on acid-state☆13Jan 17, 2015Updated 11 years ago
- simple interface to ghc's simd vector support☆23Jun 25, 2015Updated 10 years ago
- Run Futhark on your webcam!☆14Apr 16, 2024Updated last year
- Typing Haskell in Haskell☆15Apr 12, 2010Updated 15 years ago
- Disassembler for X86 & AMD64 machine code☆15May 26, 2015Updated 10 years ago
- Delay Differential Equations in Haskell☆11Dec 4, 2018Updated 7 years ago
- Merged into ian repo: https://github.com/seagreen/ian#llvm-in-haskell☆17Apr 13, 2019Updated 6 years ago
- JHC Haskell compiler split into reusable components☆57Dec 17, 2018Updated 7 years ago
- Fully-featured JSON-RPC 2.0 library for Haskell programs☆35May 9, 2025Updated 10 months ago
- A monadic interface for DAG construction.☆24May 11, 2021Updated 4 years ago
- Manually constructed STG programs compiled with the standard GHC codegen backend.☆24Jan 10, 2021Updated 5 years ago
- ☆25Jun 10, 2023Updated 2 years ago
- A Zoo of Haskell Newtype Wrappers☆15Nov 30, 2020Updated 5 years ago
- Map lazy functional language constructs to LLVM IR☆52Jun 21, 2019Updated 6 years ago
- Interactive development for Bazel/Haskell rules☆49Jul 18, 2021Updated 4 years ago
- Haskell Interface for getting overall system statistics☆16Feb 8, 2019Updated 7 years ago
- Generate and apply diffs between JSON documents.☆39Oct 5, 2022Updated 3 years ago
- Simple extensible product☆36Dec 1, 2020Updated 5 years ago
- Interval datatype, interval arithmetic, and interval-based containers for Haskell