dovetail
Language compiler
A tool for building domain-specific languages in Haskell using a PureScript interpreter
A PureScript interpreter in Haskell
119 stars
3 watching
3 forks
Language: Haskell
last commit: over 2 years ago haskellpurescript
Related projects:
Repository | Description | Stars |
---|---|---|
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
mchakravarty/language-c-inline | A Haskell library that allows inline C and Objective-C code in Haskell programs | 147 |
dfinity-side-projects/dhc | Compiles Haskell to WebAssembly for use in web applications | 166 |
talw/crisp-compiler | A Haskell compiler for a Lisp/Scheme-inspired language with an LLVM backend | 99 |
g-ford/cradle | Building a compiler in Haskell using a hands-on, top-down approach inspired by the "Let's Build a Compiler" series | 160 |
eskimor/purescript-bridge | Translates Haskell types to PureScript types and provides JSON encoding/decoding functionality | 110 |
leepike/copilot | A language and toolset for generating hard real-time C code from a domain-specific stream language | 149 |
1haskelladay/1had | Provides tools and exercises for practicing functional programming in Haskell | 118 |
jyh1/mmaclone | An interpreter of Wolfram Language implemented in Haskell to deepen understanding of the language and its ecosystem | 242 |
axellang/axel | A Haskell + Lisp compiler and runtime environment for executing multi-language code. | 206 |
erikd/language-javascript | A parser for JavaScript written in Haskell. | 160 |
holmusk/three-layer | A modern, production-level starting template for building Haskell web applications with a layered architecture. | 309 |
ianh/owl | A parser generator tool for visibly pushdown languages | 746 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
agraef/pure-lang | A functional programming language with JIT compilation and LLVM backend, designed to be easy to use and integrate with C. | 316 |