Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.