ottversion

A tool for writing definitions of programming languages and calculi

Ott takes as input a definition of a language syntax and semantics, in a concise and readable ASCII notation that is close to what one would write in informal mathematics. It generates output:

  • a LaTeX source file that defines commands to build a typeset version of the definition;
  • a Coq version of the definition;
  • a HOL version of the definition;
  • an Isabelle/HOL version of the definition;
  • a Lem version of the definition;
  • an OCaml version of the syntax of the definition. Additionally, it can be run as a filter, taking a LaTeX/Coq/Isabelle/HOL/Lem/OCaml source file with embedded (symbolic) terms of the defined language, parsing them and replacing them by typeset terms.
AuthorsPeter Sewell, Francesco Zappa Nardelli and Scott Owens
LicensesBSD-3-Clause and LGPL-2.1-only
Published
Homepagehttp://www.cl.cam.ac.uk/~pes20/ott/
Issue Trackerhttps://github.com/ott-lang/ott/issues
MaintainerThibaut PĂ©rami <Thibaut.Perami@cl.cam.ac.uk>
Dependencies
Source [http] https://github.com/ott-lang/ott/archive/0.33.tar.gz
sha512=fd601ef958e52ca461eaff8175323416e3e524e1ba11fcf5328827ef2cb9ee3d54111843adb54d3c32e2f08c7c70214558bf5519fb8385bfa58049f22237c3c6
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ott/ott.0.33/opam
Required by