https://github.com/kfl/miniprolog
Minimal (Pure) Prolog implementation
https://github.com/kfl/miniprolog
Last synced: about 1 year ago
JSON representation
Minimal (Pure) Prolog implementation
- Host: GitHub
- URL: https://github.com/kfl/miniprolog
- Owner: kfl
- Created: 2012-04-04T15:37:04.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-13T20:38:25.000Z (about 14 years ago)
- Last Synced: 2025-02-01T00:00:01.001Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What Is It?
===========
This project is a simpleminded implementation of Datalog/Prolog. Mostly to try out various ideas, so don't expect any functionally as given nor working.