Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 539 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 539 Bytes

specr

This repository contains the specr infrastructure for MiniRust. specr is a language to write specifications in. You can think of it as "pseudocode with Rust syntax".

First, there is specr-transpile, which converts the specr lang code to actual Rust code, see here if you are interested in this process.

The generated Rust code makes use of libspecr and gccompat-derive, which defines a small garbage collector and a few types used in the Minirust spec.