MiniSail - A kernel language for the ISA specification language SAIL

 

Title: MiniSail - A kernel language for the ISA specification language SAIL
Author: Mark Wassell (mpwassell /at/ gmail /dot/ com)
Submission date: 2021-06-18
Abstract: MiniSail is a kernel language for Sail, an instruction set architecture (ISA) specification language. Sail is an imperative language with a light-weight dependent type system similar to refinement type systems. From an ISA specification, the Sail compiler can generate theorem prover code and C (or OCaml) to give an executable emulator for an architecture. The idea behind MiniSail is to capture the key and novel features of Sail in terms of their syntax, typing rules and operational semantics, and to confirm that they work together by proving progress and preservation lemmas. We use the Nominal2 library to handle binding.
BibTeX:
@article{MiniSail-AFP,
  author  = {Mark Wassell},
  title   = {MiniSail - A kernel language for the ISA specification language SAIL},
  journal = {Archive of Formal Proofs},
  month   = jun,
  year    = 2021,
  note    = {\url{https://isa-afp.org/entries/MiniSail.html},
            Formal proof development},
  ISSN    = {2150-914x},
}
License: BSD License
Depends on: Native_Word, Nominal2, Show
Status: [ok] This is a development version of this entry. It might change over time and is not stable. Please refer to release versions for citations.