https://github.com/nohomey/prolog-interpreter
Basic Prolog interpreter written in Haskell for the Functional programming course in univeristy (FMI at SU)
https://github.com/nohomey/prolog-interpreter
functional-programming haskell monads-usage prolog-interpreter
Last synced: 8 months ago
JSON representation
Basic Prolog interpreter written in Haskell for the Functional programming course in univeristy (FMI at SU)
- Host: GitHub
- URL: https://github.com/nohomey/prolog-interpreter
- Owner: NoHomey
- License: gpl-3.0
- Created: 2018-12-29T21:42:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T16:17:10.000Z (about 5 years ago)
- Last Synced: 2025-03-02T18:36:03.440Z (about 1 year ago)
- Topics: functional-programming, haskell, monads-usage, prolog-interpreter
- Language: Haskell
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prolog-interpreter
Basic Prolog interpreter written in Haskell for the Functional programming course in univeristy (FMI at SU)
[GitHub Repo](https://github.com/NoHomey/prolog-interpreter)
TODO: Doc
Warning: This is not a final version. For the latest version visit [GitHub Repo](https://github.com/NoHomey/prolog-interpreter).