Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkopanidis/prolog_interpreter
A prolog Interpreter created for the Artificial Intelligence course @ Athens University of Economics and Business.
https://github.com/kkopanidis/prolog_interpreter
Last synced: 8 days ago
JSON representation
A prolog Interpreter created for the Artificial Intelligence course @ Athens University of Economics and Business.
- Host: GitHub
- URL: https://github.com/kkopanidis/prolog_interpreter
- Owner: kkopanidis
- Created: 2016-02-11T22:00:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T22:03:16.000Z (almost 9 years ago)
- Last Synced: 2023-03-01T22:18:10.362Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prolog_Interpreter
A prolog Interpreter created for the Artificial Intelligence course @ Athens University of Economics and Business.
The interpreter is not errorless, and a lot of features are missing to support the full prolog language. The demands of the project,
were for the interpreter to use the fol-bc-ask algorithm, and support simple operations with facts and rules, and simple lists.