CSC 530
Assignment 4 Testing Files


This directory contains the Lisp test files for Assignment 4 to test lazy evaluation and memoization. Run the tests as follows:

Test File How to Run
normal.l Run in "normal" evaluation mode, i.e., run with lazy evaluation and memoization turned off.

lazy.l Run in lazy evaluation mode.

memo.l Run in memoization mode.

For each of these test files, there is a corresponding ".out" file that contains the expected evaluation results:





index | lectures | handouts | assignments | examples | doc | solutions | bin