Jump to content

Larch family

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Bender the Bot (talk | contribs) at 20:11, 29 August 2019 (→‎External links: HTTP → HTTPS for Carnegie Mellon CS, replaced: http://www.cs.cmu.edu/ → https://www.cs.cmu.edu/). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Larch family of formal specification languages are intended for the precise specification of computing systems. They allow the clean specification of computer programs and the formulation of proofs about program behavior.

The Larch family was developed primarily in the United States in the 1980s and 1990s, involving researchers at Xerox PARC, DEC/SRC, MIT, and other places. Unlike the Z notation, the Larch family has one language for algebraic specification of abstract data types (LSL, the Larch Shared Language), and a separate interface language tailored to each language in which programs are to be written (Modula-3, C, Smalltalk, etc.). The Larch project also developed tools to support the use of formal specifications, including LP, the Larch Prover.

See also

External links

  • MIT Larch home page.
  • Larch: Languages and Tools for Formal Specification (.PDF), Springer-Verlag (1993). ISBN 0-387-94006-5
  • CASL, The Common Algebraic Specification Language.