Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 449 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 449 Bytes

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 directory.