🦞🌯 Lobster Roll

Thread

Monadic Parsers: Implementing a micro Parsec (olenhad.me)

Stories related to "Monadic Parsers: Implementing a micro Parsec" across the full archive.

Monadic Parsers: Implementing a micro Parsec (olenhad.me)
A literate program implementing the microKanren relational programming language (github.com)
Implementing a JIT Compiler with Haskell and LLVM (stephendiehl.com)
Just do It: Simple Monadic Equational Reasoning (cs.ox.ac.uk)
criterion: a Haskell microbenchmarking library (serpentine.com)
Implementing highly efficient data structures with Monoids and Fingertrees (codementor.io)
Reimplementing a NodeJS Service in Haskell (gist.github.com)
Reimplementing 'git clone' in Haskell from the bottom up (stefan.saasen.me)
The Perils of Implementing Functor in Java (jnape.com)
An Intuitive Use-Case For Monadic Bind And Kleisli Composition (daniel-j-h.github.io)
Implementing a LISPy Language in Haskell (harlanhaskins.com)
I've spent the weekend trying to solidify my understanding of expression-based language design. This is my first language project that's actually got scope and variables.
Implementing a minimal version of haskell-servant (well-typed.com)
apfelmus - Forklift - a pattern for performing monadic actions in a worker thread (apfelmus.nfshost.com)
ghc-shake: Reimplementing ghc -​-make (blog.ezyang.com)
Implementing HTTP/2 server push (yesodweb.com)
Implementing the Giry Monad (jtobin.io)
Parsec: Direct Style Monadic Parser Combinators For The Real World (microsoft.com)
Revisiting 'Monadic Parsing in Haskell' (vaibhavsagar.com)
Implementing and Optimizing a Simple, Dependently-Typed Language (2010) (publications.lib.chalmers.se)
Original [version](https://www.andres-loeh.de/LambdaPi/) of LambdaPi. A reorganization of that [here](https://github.com/ilya-klyuchnikov/lambdapi). Code for this one is [here](https://archives.haskell.org/code.haskell.org/LambdaPiC/).
Constructing human-grade parsers (duriansoftware.com)
Implementing and Optimizing Functional Reactive Programming (2016) (cs.nott.ac.uk)
Monadic Parsing in Haskell (1998) (cs.nott.ac.uk)
Implementing a Content Security Policy in Haskell (jezenthomas.com)
Implementing graceful-close in Haskell network library (kazu-yamamoto.hatenablog.jp)
Micro C, Part 0: Introduction (blog.josephmorag.com)
Describing Microservices using Modern Haskell (47deg.com)
Implementing a GHC Plugin for Liquid Haskell (well-typed.com)
Implementing Co, a Small Interpreted Language With Coroutines #1: TheParser (abhinavsarkar.net)
Implementing Co, a Small Interpreted Language With Coroutines #2: The Interpreter (abhinavsarkar.net)
Micro C: A compiler for a small subset of C to LLVM in Haskell (blog.josephmorag.com)