ParsleyHaskell icon indicating copy to clipboard operation
ParsleyHaskell copied to clipboard

Reimplementation of Parsley in Haskell, with improvements

Results 2 ParsleyHaskell issues
Sort by recently updated
recently updated
newest added

Looks like C files listed in: https://github.com/J-mie6/ParsleyHaskell/blob/a20a8a6ad1c266b4eb3e5f3c3cb72be3daf1e6de/parsley.cabal#L51 are missing or voluntarily not committed in the git repository. I thus naïvely tried to generate them manually like so: ``` cd benchmarks/Bisons/...

While `rollback` allows the user to roll state back within a local computation if it failed, it only works if the parser in question does not consume input. There is...

enhancement