Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

not noq

Awesome Lists containing this project

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).