pantonshire / nuprl

A new implementation of the Nuprl proof development system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuprl

Building

Dependencies

Before building, please ensure that Rust Cargo is installed with rustc version >= 1.69.0.

Building the standard library

The full nuprl executable embeds a compiled standard library. To do this yourself, run the build_stdlib.sh script, which builds a stripped-back version of nuprl and uses it to compile the standard library. The compiled library will be output as std.nulib.

Building the interpreter

Once std.nulib has been created, run cargo build --release. The executable will be placed at target/release/nuprl.

About

A new implementation of the Nuprl proof development system

License:MIT License


Languages

Language:Rust 100.0%Language:Shell 0.0%