Skip to content

A prototype tool for experimenting nominal rewrite systems

License

Notifications You must be signed in to change notification settings

Tanous1991/nominal-workbench

 
 

Repository files navigation

nominal-workbench

A prototype tool for experimenting nominal rewrite systems

Installing

# Only when building the first time
./configure.sh

# Building the project
make

# Testing the project
make test

# Building the documentation
make doc

# Installing nowork
make install

# Uninstalling nowork
make uninstall

# Cleaning files
make clean

Installing via OPAM

opam repo add nowork git://github.com/pcouderc/nowork-repository opam install nowork

Informations

Please read the document in doc/, notably the user manual and the developper manual.

About

A prototype tool for experimenting nominal rewrite systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 85.5%
  • TeX 12.8%
  • Makefile 1.1%
  • Other 0.6%