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

https://github.com/rabuu/peanoforte

Peano-arithmetic proof verifier
https://github.com/rabuu/peanoforte

Last synced: 4 months ago
JSON representation

Peano-arithmetic proof verifier

Awesome Lists containing this project

README

          

# PeanoForte 🎹
A toy proof verifier for Peano-arithmetic written in C.

This verifier is built upon the idea of the [Peano axioms](https://en.wikipedia.org/wiki/Peano_axioms).

## Build dependencies
The parser is built using [flex](https://github.com/westes/flex) and [GNU bison](https://www.gnu.org/software/bison/) which need to be installed.