Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • debug-partition-size
  • wta-generator
  • fixes
  • bench-hex
  • ci-artifacts
  • new-monoids
  • stack
  • sumbag
  • tutorial
  • web
  • features/disable-sanity
  • ghc-8.4.4
  • linux-bin-artifacts
  • syntax-doc
  • ci-stack
  • rationals
  • double-round
  • init-time
  • group-weight
20 results

copar

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Hans-Peter Deifel authored
    0a1af671
    History

    CoPaR

    Building

    stack build

    Alternatively, you can directly download the latest binaries for linux.

    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.

    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.