CSC 350 Assignment #5 - add verbs to the dictionary.

Due Friday, November 7 (scripted by midnight).

Don't forget to include your source file(s) in the correct order [think about what has to be the first item in any assignment], in the script.

Create a script file (as described in the on-line document on scripting) for each problem solved. Do not edit the script files.

Hard-copy of script file(s) must be handed in at the next class following the date on which you created the file.


The Assignment

Extend your dictionary-based language to include verbs. by adding verbs to your dictionary.p file. Modify my file 02-sentence.p to include verbs as part of a sentence and to force number agreement.

Summary of steps:

  1. Create and test your code.
  2. Script a source listing together with a program run on a substantial data set, all in one file.
  3. EXIT the script file.

  4. Print and hand in the hard-copy of the script file.