Total Parser Combinators in Agda
Agda
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
doc
src
.gitignore
LICENSE
README.md
agdarsec.agda-lib

README.md

agdarsec - Total Parser Combinators in Agda

The motivation and design decisions behind agdarsec are detailled in this paper.

Compilation

To typecheck and compile this project you will need:

  • Agda version 2.5.3
  • Agda's standard library Version 0.15

Ports

I have ported this library to other dependently-typed languages: