Basic Interpreter in Prolog
- Write Program using the custom syntax. See sample programs
- Load the program
- To evaluate the program, call it like: your_predicate_name(P), evaluate(P).
- To print the program in readable form, call it like: your_predicate_name(P), pretty_print(P).