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

https://github.com/apaz-cli/prolog-interpreter

A minimal prolog interpreter written in C with no dependencies.
https://github.com/apaz-cli/prolog-interpreter

Last synced: 13 days ago
JSON representation

A minimal prolog interpreter written in C with no dependencies.

Awesome Lists containing this project

README

          

# Prolog-Interpreter
A minimal prolog interpreter written less than 150 lines of Python.

Inspired by [https://www.cl.cam.ac.uk/~am21/research/funnel/prolog.c](https://www.cl.cam.ac.uk/~am21/research/funnel/prolog.c)