exference
Expression generator
A tool for generating Haskell expressions from types
Haskell tool to generate expressions from types
101 stars
8 watching
4 forks
Language: Haskell
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
haskell/alex | A tool for generating lexical analysers in Haskell | 298 |
agrafix/elm-bridge | A tool to automatically generate Elm types and functions from Haskell definitions | 101 |
haskell/happy | A tool for generating parsers from regular expressions in Haskell. | 292 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 194 |
krisajenkins/elm-export | Generates Elm types and JSON decoders from Haskell source. | 116 |
haskell-to-elm/haskell-to-elm | Generates matching Elm type definitions and JSON encoders and decoders from Haskell types | 61 |
chrispenner/json-to-haskell | A tool to automatically generate Haskell data types and instances from JSON schema | 81 |
haskell-gi/haskell-gi | Generates Haskell bindings for GObject Introspection capable libraries | 293 |
lexi-lambda/freer-simple | A Haskell library for building effectful applications with a focus on type-level effects and composability | 228 |
exercism/haskell | A platform providing Haskell exercises and tutorials to help learners master the language. | 495 |
lysxia/generic-random | A Haskell package providing generic random generators for arbitrary data types. | 81 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 460 |
gerhobbelt/jison | An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 119 |
skvadrik/re2c | Automates the creation of lexical analyzers for various programming languages. | 1,113 |
augustss/djinn | A tool to generate Haskell code from a given type, allowing developers to quickly create and prototype Haskell projects. | 129 |