@hackage adp-multi0.2.3
ADP for multiple context-free languages
Categories
License
BSD-3-Clause
Maintainer
Maik Riechert
Links
Versions
Installation
Dependencies (4)
- array >=0.4 && <0.5
- base >=4 && <5
- containers >=0.4 && <0.6
- htrace >=0.1 && <0.2 Show all…
Dependents (2)
@hackage/adp-multi-monadiccp, @hackage/acme-everything
Package Flags
buildtests
(off by default)
Build test executable
buildbenchmark
(off by default)
Build benchmark executable
buildbenchmark2
(off by default)
Build second benchmark executable
debug
(off by default)
Enable/disable debug output
adp-multi is an implementation of Algebraic Dynamic Programming for multiple context-free languages. It is a library based on the original Haskell implementation and can be considered an unoptimized prototype.