parser-combinators icon indicating copy to clipboard operation
parser-combinators copied to clipboard

A parser combinator library for Elm.

Results 4 parser-combinators issues
Sort by recently updated
recently updated
newest added

Hi, it took a while, but I had added one function `modifyStream` that can be used to inject strings into the parse string. I use it to define statefull macros,...

Hi, i updated the project to elm 0.19 and would like to push it back into your repo... any interest? https://github.com/andre-dietrich/parser-combinators Regards ...

Hi, I am building a simple parser for an extended Markdown format. One thing I try to include is macro support, which are stored within the state as Dict String...

Any interest in generalizing this over input stream time? I'm working on parsing MIDI messages (via JS WebMIDI API) - and recently had to essentially duplicate about half of this...