litex-lang 0.9.69-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
18
pub mod by_stmt;
pub mod claim_stmt;
pub mod define_algorithm_stmt;
pub mod definition_stmt;
pub mod eval_stmt;
pub mod know_stmt;
pub mod parameter_def;
pub mod prove_stmt;
pub mod tooling_stmt;
pub mod witness_stmt;

mod stmt;
mod stmt_type_name;
pub use stmt::ByEnumerateClosedRangeStmt;
pub use stmt::ByFiniteSeqSetStmt;
pub use stmt::ByMatrixSetStmt;
pub use stmt::BySeqSetStmt;
pub use stmt::Stmt;