llvm-hs-examples
LLVM examples
Demonstrates Haskell bindings to the LLVM compiler infrastructure
Examples for Haskell bindings to LLVM
71 stars
13 watching
20 forks
Language: Haskell
last commit: over 3 years ago jitllvmllvm-hs
Related projects:
Repository | Description | Stars |
---|---|---|
bos/llvm | Haskell bindings to the LLVM compiler infrastructure project | 104 |
llvm-hs/llvm-hs-kaleidoscope | A Haskell-based compiler backend that uses LLVM to generate and compile machine code | 82 |
jvm-graphics-labs/vulkan | A collection of examples and demos for the Vulkan API using Kotlin | 51 |
acceleratehs/accelerate-llvm | Compiles Accelerate code to LLVM IR and executes it on CPUs or NVIDIA GPUs | 158 |
neovimhaskell/nvim-hs | Provides an API and plugin infrastructure for building Haskell plugins for Neovim | 269 |
lemmih/lhc | Compiles Haskell2010 code to LLVM IR using a custom optimization pipeline | 198 |
idris-hackers/idris-llvm | A Haskell-based LLVM backend for generating LLVM bytecode from Idris programs | 78 |
sdiehl/kaleidoscope | A Haskell implementation of an LLVM JIT compiler | 1,029 |
google/mlir-hs | Haskell bindings for an intermediate representation used in compiler and machine learning applications | 97 |
mrcjkb/haskell-tools.nvim | Provides additional tools and features for Haskell development in Neovim. | 480 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
ajtulloch/haskell-ml | Implementations of basic machine learning algorithms in Haskell | 57 |
nominolo/lambdachine | A virtual machine and compiler that enables JIT-based execution of a restricted subset of the Haskell programming language | 77 |
mark-watson/haskell_tutorial_cookbook_examples | A collection of Haskell code examples and tutorials for learning the language. | 82 |
haskell/stm | A Haskell implementation of software transactional memory for concurrent programming | 98 |