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

https://github.com/baines/tdop_prover

C Implementation of Example 1 from Pratt's 1973 TDOP Paper
https://github.com/baines/tdop_prover

c pratt-parser

Last synced: over 1 year ago
JSON representation

C Implementation of Example 1 from Pratt's 1973 TDOP Paper

Awesome Lists containing this project

README

          

This is a C implementation of the minimal theorem prover described
as the first example in Vaughan R. Pratt's 1973 paper
'Top Down Operator Precedence'.

https://web.archive.org/web/20151223215421/http://hall.org.ua/halls/wizzard/pdf/Vaughan.Pratt.TDOP.pdf

It follows the terminology and techniques described in the paper.

`make && make test`

Programmer: Alex Baines
License : public domain || unlicense || CC0