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.
- Host: GitHub
- URL: https://github.com/apaz-cli/prolog-interpreter
- Owner: apaz-cli
- License: gpl-3.0
- Created: 2021-11-16T20:11:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T01:25:21.000Z (about 4 years ago)
- Last Synced: 2025-12-28T15:26:02.170Z (5 months ago)
- Language: C
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)