Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aionescu/uu-msmc-accuparsec

Error-accumulating parser combinators
https://github.com/aionescu/uu-msmc-accuparsec

attoparsec haskell parser-combinators parsing

Last synced: 30 days ago
JSON representation

Error-accumulating parser combinators

Awesome Lists containing this project

README

        

# accuparsec

Proof-of-concept implementation of *error-accumulating parser combinators*, written as part of the final project for the *Scientific Methods in Computer Science* course at Utrecht University.

## Dependencies

* GHC >=9.0
* Cabal >=3.6
* Python >=3.10
* packages: `numpy`, `matplotlib`

## Running the benchmarks

Run `./bench.sh` in the root directory of the repository. The plots will be generated in the [`plot`](plot) directory.