Commit ed7a0bdb authored by Hans-Peter Deifel's avatar Hans-Peter Deifel 🐢
Browse files

Add README file to src/ directory

parent 2d6c5572
Loading
Loading
Loading
Loading

src/README.md

0 → 100644
+11 −0
Original line number Diff line number Diff line
This directory contains the source code of CoPaR, except tests and benchmarks.

### Subdirectory overview

- `main` contains code for the main `copar` executable
- `prism-converter` contains a converter for files from the PRISM benchmark
  suite into CoPaR's own as well as various other file formats.
- `random-dfa` contains a generator for random deterministic finite automata
- `random-wta` contains a generator for random weighted tree automata
- Everything else belongs to the Haskell library that contains most of CoPaR's
  functionality.