Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Homework 09: Symbolic Evaluation of Boolean Expressions in Java

Due: 10am Monday, April 4, 2011

Overview

Write a Java program boolSimp.dj that reduces boolean expressions (represented in the input and output streams in Scheme-like notation) to simplified form. For the purposes of this assignment, boolean expressions are Scheme expressions constructed from:

...