my hacky attempt at a dependent type theory kernel in Rust modeled on Lean. About 1500 lines. Don't use this for anything, it's just for fun.
cargo build
cargo testExamples are .tl files under examples/input/. Run with:
cargo run --example run_all
cargo run --example run_all -- tacticsAlso has insta snapshots as a reference of expected outputs.
This project is licensed under the MIT License. See the LICENSE file for details.