Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 356 Bytes

proInterpreter

Basic Interpreter in Prolog

How to Run?

  1. Write Program using the custom syntax. See sample programs
  2. Load the program
  3. To evaluate the program, call it like: your_predicate_name(P), evaluate(P).
  4. To print the program in readable form, call it like: your_predicate_name(P), pretty_print(P).