Skip to content

amit-mittal/proInterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).