# CoPaR, the `Co`algebraic `Pa`rtition `R`efiner ## Building stack build Alternatively, you can directly download the [latest binaries for linux](https://gitlab.cs.fau.de/i8/copar/-/jobs/artifacts/master/download?job=test). ## Running There isn't much to see, yet. To see pretty printed parse results, use: stack exec copar refine < FILENAME Where `FILENAME` is a file describing the input. Examples are in `examples/`. Command line syntax is described in `stack exec -- copar --help`. ## Benchmarks Extensive benchmarks of CoPaR on different input files can be found at [gitlab.cs.fau.de/hpd/copar-benchmarks](https://gitlab.cs.fau.de/hpd/copar-benchmarks). Micro-Benchmarks for internal data structures and routines are available in the `bench/` directory and can be executed with `stack bench`. ## API documentation The documentation for the internal API can be built and opened in the default browser with: stack haddock --open copar This can help to understand the code structure.