Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.21 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.21 KB

TLA+ Playground

TLA+ CI

Experiments with TLA+.

Some readings:

Related tech stack:

  • Quint: A modern and executable specification language based on TLA+, developed by
  • PlusCal: a gateway language to TLA+
  • Apalache: A symbolic model checker for TLA+ specifications, via translation to SMT solvers such as Microsoft Z3
  • TLAUC: The TLA⁺ Unicode Converter
  • haybale: Symbolic execution of LLVM IR, written in Rust