Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pro465/nnoq

not noq
https://github.com/pro465/nnoq

proof-checker proof-checking proof-language rust simple theorem-prover theorem-proving

Last synced: about 1 month ago
JSON representation

not noq

Lists

README

        

# nnoq
Not [noq](https://github.com/tsoding/Noq). Also not [eqthy](https://github.com/catseye/Eqthy).

This aims to be a very simple theorem prover (_nay, verifier_) based on functional expression rewriting to educate myself and others about the basics of theorem provers.

It also has types to ensure the expressions are not nonsensical.

Examples are on the examples directory.

for instructions on installation and how to prove your theorems in nnoq, see [tutorial](./tutorial.md).