Testing Errata for A3 and A4

What will not be subject to testing when we retest the interpreter in A4

  • Some tests were inadvertantly included in the grading of A3.
  • You will not be penalized for these tests.
  • You need not implement bug fixes for them, because we won't test them in A4.


  • Behavior left unspecified in the specification

  • Illegal non-Boolean value in the "if" and or "where" tests, e.g.
    if ( 1 + 2 ) then 4 else 5
    
    where ( "string" ) ...
    
    These tests were inadvertantly included and you will not be penalized: error9, error21, err3 [Mar 14 17:17:40]