litex-lang 0.9.6-beta

A simple formal proof language and verifier, learnable in 2 hours
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod common;
pub mod environment;
pub mod error;
pub mod execute;
pub mod fact;
pub mod infer;
pub mod main_test;
pub mod module_manager;
pub mod obj;
pub mod parse;
pub mod pipeline;
pub mod prelude;
pub mod rational_expression;
pub mod result;
pub mod runtime;
pub mod stmt;
pub mod verify;