Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 330 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 330 Bytes

Toy-Prolog-Interpreter in Ocaml

Prolog interpreter for simple queries

  1. Just type "make" to build the program.
  2. Once build it will directly prompt for input.
  3. The first line should have the name of the file to give as input. Ex - [a.pl].
  4. Then after queries can be asked.
  5. Only limited queries are supported till now.