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

https://github.com/gsri30/prolog-interpreter


https://github.com/gsri30/prolog-interpreter

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Prolog Interpreter

## Instructions to compile and run the code

`$ make`

`$ .\evaluate`

## Steps
- First we need to give the database file first.

`| ?- ['test.pl'].`

- The database will be loaded. Then we can start with giving the queries.

Ex:

`| ?- f(a).`